Cleanup output of MISRA script
This commit is contained in:
parent
315cc3ff8c
commit
6f14959c5c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue