Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd --bail support #671
Merged
Add --bail support #671
Conversation
Don't you think it would be better to mark the remaining tests as skipped, as it's kind of what happened. I also imagine it would be better handled this way if we get multiple failures on tests ran in parallel. |
LGTM. No real preference on terminating early or skipping remaining tests. |
This comment has been minimized.
This comment has been minimized.
@Marsup thanks for the feedback, the PR is updated. |
This comment has been minimized.
This comment has been minimized.
Looks even simpler |
This comment has been minimized.
This comment has been minimized.
lerouxb
commented
Jan 19, 2017
Great. Now can someone please do a release so I can use this? :) |
This comment has been minimized.
This comment has been minimized.
@lerouxb published! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
geek commentedJan 17, 2017
Closes #214