mirror of
https://github.com/tests-always-included/mo.git
synced 2025-04-29 00:46:30 +02:00
Fixing test script to return 0 on success
This commit is contained in:
parent
81f9ec326d
commit
54195a6c6e
@ -40,4 +40,6 @@ done
|
|||||||
echo ""
|
echo ""
|
||||||
echo "Pass: $PASS"
|
echo "Pass: $PASS"
|
||||||
echo "Fail: $FAIL"
|
echo "Fail: $FAIL"
|
||||||
[[ $FAIL -gt 0 ]] && exit 1
|
if [[ $FAIL -gt 0 ]]; then
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user