-
-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
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
ignore command exit codes #124
Comments
Original comment by mhirota Created pull request #133 (https://bitbucket.org/hpk42/tox/pull-request/133/fix-issue-124/diff) |
Original comment by @hpk42 i think that's a good idea, happy about a PR. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sometimes it's desirable to ignore the exit code of a command, in the commands option of a testenv section.
I would like to suggest adding a "-" prefix like in Makefiles. When a command has such a prefix, tox should ignore the exit code of that command.
example:
Here, the 5th command may return false, but this can be ignore
The text was updated successfully, but these errors were encountered: