Skip to content

Commit

Permalink
Allow running test_misra.sh easy on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
devtekve authored Dec 6, 2024
1 parent c7cc2de commit c1ca8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/misra/test_misra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cppcheck() {
--suppressions-list=$DIR/suppressions.txt --suppress=*:*inc/* \
--suppress=*:*include/* --error-exitcode=2 --check-level=exhaustive --safety \
--platform=arm32-wchar_t4 $COMMON_DEFINES --checkers-report=$CHECKLIST.tmp \
--std=c11 "$@" |& tee $OUTPUT
--std=c11 "$@" 2>&1 | tee $OUTPUT

cat $CHECKLIST.tmp >> $CHECKLIST
rm $CHECKLIST.tmp
Expand Down

0 comments on commit c1ca8bb

Please sign in to comment.