From 353e2d284270a54ae01d44819cb461e77e023e0d Mon Sep 17 00:00:00 2001 From: David Given Date: Fri, 2 Dec 2016 00:18:44 +0100 Subject: [PATCH] Typo fix. --- first/testsummary.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first/testsummary.sh b/first/testsummary.sh index 4923b0787..6301cb977 100755 --- a/first/testsummary.sh +++ b/first/testsummary.sh @@ -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 -- 2.34.1