From c597dcc897b975b53117a60a080a29fbd2d4ef61 Mon Sep 17 00:00:00 2001 From: Riccardo Date: Fri, 12 Jul 2019 12:04:21 -0700 Subject: [PATCH] VERSION update after health packet changes and minor misra test change --- VERSION | 2 +- tests/misra/test_misra.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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