Typo fix.
This commit is contained in:
parent
213def9666
commit
353e2d2842
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue