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