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

Ignore the --show-output flag used by libtest #574

Merged
merged 1 commit into from Jul 2, 2022

Conversation

wabain
Copy link
Contributor

@wabain wabain commented Apr 28, 2022

Very similar to #404 for --nocapture: libtest has a --show-output flag which causes it to emit captured output for all tests. Since criterion doesn't understand this flag, doing something like cargo test --all-targets -- --show-output will fail with a CLI parsing error. Criterion does not implement output capturing like libtest does, so this flag can be ignored.

@lemmih lemmih merged commit b61121b into bheisler:master Jul 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants