test: Make test status more clear

This commit is contained in:
James Shubin
2017-02-21 18:38:03 -05:00
parent 02dddfc227
commit 74dfb9d88d
10 changed files with 19 additions and 8 deletions

View File

@@ -67,4 +67,4 @@ if [ "$DELTA" -gt "$THRESHOLD" ]; then
echo "Maximum threshold is: $THRESHOLD %"
fail_test "`golint` - FAILED"
fi
echo PASS
echo 'PASS'