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

Fix rerun-fails with compiled test binary #149

Merged
merged 1 commit into from
Sep 13, 2020

Conversation

dnephin
Copy link
Member

@dnephin dnephin commented Sep 13, 2020

Fixes #148

Both the compiled binary and the 'go test' command accept -test.run, but only 'go test' accepts -run. Change the flag so that rerun works with a compiled binary.

Both the compiled binary and the 'go test' command accept -test.run, but only 'go test' accepts
-run. Change the flag so that rerun works with a compiled binary.
@dnephin dnephin added the bug Something isn't working label Sep 13, 2020
@dnephin dnephin merged commit 023c7ce into gotestyourself:master Sep 13, 2020
@dnephin dnephin deleted the fix-rerun-with-compiled-bin branch September 13, 2020 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When test binary is used to run , rerun-fails option does not seem to work
1 participant