diff --git a/VERSION b/VERSION index ec7b9678297f1e..9bdb566fc84dcf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.4.0 \ No newline at end of file +v1.4.1 \ No newline at end of file diff --git a/tests/misra/test_misra.sh b/tests/misra/test_misra.sh index 4a6126781855c5..6338009120b055 100755 --- a/tests/misra/test_misra.sh +++ b/tests/misra/test_misra.sh @@ -15,7 +15,7 @@ tests/misra/cppcheck/cppcheck -DPANDA -UPEDAL -DCAN3 -DUID_BASE -DEON \ --dump --enable=all --inline-suppr --force \ board/main.c 2>/tmp/misra/cppcheck_output.txt -python tests/misra/cppcheck/addons/misra.py board/main.c.dump 2> /tmp/misra/misra_output.txt +python tests/misra/cppcheck/addons/misra.py board/main.c.dump 2> /tmp/misra/misra_output.txt || true # strip (information) lines cppcheck_output=$( cat /tmp/misra/cppcheck_output.txt | grep -v "(information) " ) || true