-
Notifications
You must be signed in to change notification settings - Fork 17
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
Failed (parallel) test run is considered a success #5
Comments
The tests command itself relies on parallel_tests to return the correct exit code, so I believe that's the reason. Am 06.02.2015 um 15:13 schrieb Arne Hartherz notifications@github.com:
|
I think I know what's wrong: Am 06.02.2015 um 15:13 schrieb Arne Hartherz notifications@github.com:
|
Similarly all other proxy binaries. Am 06.02.2015 um 15:13 schrieb Arne Hartherz notifications@github.com:
|
One more thing: By default Thor exits with error 0 when there is a failure This sounds like a horrible default. We could change this by this
I'm not sure if this would negatively affect any scripts. I have seen at least one instance where we're abusing this: The |
On the other side, it looks like @codener expected |
For me, Am 06.02.2015 um 16:44 schrieb Henning Koch notifications@github.com:
|
Ok, this is probably not Geordi's fault. See cucumber/common#635. |
After a (parallel)
geordi tests
run (project has RSpec + Cucumber), I get this output:It claims tests were successful while they failed.
Also (probably as a result of that), the exit code is 0 (success) which would not stop chained commands after a test run.
The text was updated successfully, but these errors were encountered: