Skip to content

Commit

Permalink
Explain how to get help for the test harness
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Jun 8, 2016
1 parent 48fd9de commit 82eb06a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bin/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ keep results readable. Test output can be recovered (e.g. for debugging)
by passing `--nocapture` to the test binaries:
cargo test -- --nocapture
To get the list of all options available for the test binaries use this:
cargo test -- --help
";

pub fn execute(options: Options, config: &Config) -> CliResult<Option<()>> {
Expand Down

0 comments on commit 82eb06a

Please sign in to comment.