Typo fix.

This commit is contained in:
David Given 2016-12-02 00:18:44 +01:00
parent 213def9666
commit 353e2d2842

View file

@ -30,7 +30,7 @@ if [ "$succeeding" = "" ]; then
fi fi
if [ "$skipped" != "" ]; then if [ "$skipped" != "" ]; then
echo "Test status: MILDLY PLEASED FACE (some tests were skipped, but the rest pass)" echo "Test status: MILDLY PLEASED FACE (some tests were skipped, but the rest pass)"
echo 0 exit 0
fi fi
echo "Test status: HAPPY FACE (all tests are passing)" echo "Test status: HAPPY FACE (all tests are passing)"
exit 0 exit 0