Skip to content

Commit c597dcc

Browse files
committedJul 12, 2019
VERSION update after health packet changes and minor misra test change
1 parent 01072be commit c597dcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.4.0
1+
v1.4.1

‎tests/misra/test_misra.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tests/misra/cppcheck/cppcheck -DPANDA -UPEDAL -DCAN3 -DUID_BASE -DEON \
1515
--dump --enable=all --inline-suppr --force \
1616
board/main.c 2>/tmp/misra/cppcheck_output.txt
1717

18-
python tests/misra/cppcheck/addons/misra.py board/main.c.dump 2> /tmp/misra/misra_output.txt
18+
python tests/misra/cppcheck/addons/misra.py board/main.c.dump 2> /tmp/misra/misra_output.txt || true
1919

2020
# strip (information) lines
2121
cppcheck_output=$( cat /tmp/misra/cppcheck_output.txt | grep -v "(information) " ) || true

0 commit comments

Comments
 (0)