Skip to content
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

Add --max-fails flag for ending the test run #159

Merged
merged 3 commits into from
Nov 8, 2020

Conversation

dnephin
Copy link
Member

@dnephin dnephin commented Nov 1, 2020

Also fixes a bug where failures from reading stdout/stderr would not actually stop the test run.

Related upstream issue golang/go#33038

To terminate the test run when the number of failures is reached.
@dnephin dnephin added the enhancement New feature or request label Nov 1, 2020
Previously tests would continue to run until they all completed.
@dnephin dnephin merged commit 700bc79 into gotestyourself:main Nov 8, 2020
@dnephin dnephin deleted the max-fails branch November 8, 2020 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant