We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0016c33 commit bedee40Copy full SHA for bedee40
tests/misra/test_misra.sh
@@ -50,7 +50,7 @@ cppcheck() {
50
--suppressions-list=$DIR/suppressions.txt --suppress=*:*inc/* \
51
--suppress=*:*include/* --error-exitcode=2 --check-level=exhaustive --safety \
52
--platform=arm32-wchar_t4 $COMMON_DEFINES --checkers-report=$CHECKLIST.tmp \
53
- --std=c11 "$@" |& tee $OUTPUT
+ --std=c11 "$@" 2>&1 | tee $OUTPUT
54
55
cat $CHECKLIST.tmp >> $CHECKLIST
56
rm $CHECKLIST.tmp
0 commit comments