Codecept should not use exit below zero nor above 127. #6330
imme-emosol
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
I think that it would make sense to use exit code 125.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
The idea of this discussion is to perhaps think about ways to write or change the tests for code additions so those tests can prevent exit-states that are outside the range that git bisect run "knows". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To allow
git bisect run
to "work", prevent codecept from exiting with a state that git bisect run does not recognize.~ https://git-scm.com/docs/git-bisect#_bisect_run .
An example of where this leads to an issue, is:
Codeception/src/Codeception/Subscriber/ErrorHandler.php
Line 128 in f9bca68
Introduced in d5333a5
Beta Was this translation helpful? Give feedback.
All reactions