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

@@ -29,3 +29,4 @@ bad_files=$(
if [[ -n "${bad_files}" ]]; then
fail_test "The following bash files are not properly formatted: ${bad_files}"
fi
echo 'PASS'