Fix formatting of white space in test output

This commit is contained in:
Eric Levy 2022-01-24 17:55:54 -05:00
parent 2f382c5efe
commit 47941c83a4

View File

@ -38,7 +38,7 @@ for TEST in tests/*.expected; do
done
echo ""
echo "Pass: $PASS"
echo "Pass: $PASS"
echo "Fail: $FAIL"
if [[ $FAIL -gt 0 ]]; then
exit 1