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

@@ -78,4 +78,4 @@ if [[ -n "${failures}" ]]; then
echo "${failures}"
exit 1
fi
echo PASS
echo 'PASS'