Typo fix.
authorDavid Given <dg@cowlark.com>
Thu, 1 Dec 2016 23:18:44 +0000 (00:18 +0100)
committerDavid Given <dg@cowlark.com>
Thu, 1 Dec 2016 23:18:44 +0000 (00:18 +0100)
first/testsummary.sh

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