We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.9.1
Ran a failing command within a bash script that had set -e at the top.
set -e
Errors should have an exit code of 1.
Instead of exiting the script on the error it continued because the command exited with a exit code of 0.
0
The text was updated successfully, but these errors were encountered:
Am I missing something, or is this handled already by this PR?
Sorry, something went wrong.
No branches or pull requests
What version are you using?
0.9.1
What did you do?
Ran a failing command within a bash script that had
set -e
at the top.What did you expect to see?
Errors should have an exit code of 1.
What did you see instead?
Instead of exiting the script on the error it continued because the command exited with a exit code of
0
.The text was updated successfully, but these errors were encountered: