You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests/scripts/basic-build-test.sh exits successfully even if there were test failures.
I think it does make sense to run the script to completion even if there are failures. Coverage information can be useful even if some tests fail. However this should not result in a pass on the CI.
The script reports the number of failed test cases. It should exit 1 if this number is nonzero.
The text was updated successfully, but these errors were encountered:
tests/scripts/basic-build-test.sh
exits successfully even if there were test failures.I think it does make sense to run the script to completion even if there are failures. Coverage information can be useful even if some tests fail. However this should not result in a pass on the CI.
The script reports the number of failed test cases. It should
exit 1
if this number is nonzero.The text was updated successfully, but these errors were encountered: