Fix invalid use of return in bash test runner
This commit is contained in:
@@ -12,8 +12,8 @@ done
|
|||||||
|
|
||||||
if [ "$failed" = "true" ]; then
|
if [ "$failed" = "true" ]; then
|
||||||
echo "Tests failed!"
|
echo "Tests failed!"
|
||||||
return 1;
|
false
|
||||||
else
|
else
|
||||||
echo "All tests passed!"
|
echo "All tests passed!"
|
||||||
return 0;
|
true
|
||||||
fi
|
fi
|
||||||
Reference in New Issue
Block a user