Skip to content

Add interactive prompt mode #13

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

Merged
merged 4 commits into from
May 9, 2018
Merged

Conversation

anp
Copy link
Member

@anp anp commented May 8, 2018

If a user passes the --prompt CLI flag, this allows them to manually inspect the stdio and exit status of each test run before deciding whether to mark it as a regression or not. They can also retry the test.

depends on #5
closes #9

glandium and others added 4 commits May 8, 2018 00:20
Passing the `--prompt` flag will ask the user at the end of each
test whether that run should be considered a regression or not.
They can also choose to retry the test before deciding.

This is particularly useful when using `cargo_args` to run
arbitrary cargo commands like benchmarks which may not include
all of the pass/fail information in their exit code and which
may require human interpretation.
@Mark-Simulacrum
Copy link
Member

Thanks!

@Mark-Simulacrum Mark-Simulacrum merged commit 29f66a1 into rust-lang:master May 9, 2018
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.

Add an interactive mode
3 participants