Cleanup output of MISRA script

This commit is contained in:
Josh Stewart 2017-06-21 15:42:53 +10:00
parent 315cc3ff8c
commit 6f14959c5c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ cat results.txt
# wc -l results.txt
errors=`wc -l < results.txt | tr -d ' '`
echo $errors + " MISRA violations"
echo $errors MISRA violations
if [ $errors -gt 0 ]; then
exit 1