Skip to content

Commit

Permalink
Auto merge of #30436 - durka:patch-14, r=alexcrichton
Browse files Browse the repository at this point in the history
Relevant to #30422.
  • Loading branch information
bors committed Dec 20, 2015
2 parents abf60b2 + 15b4152 commit f23157b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libtest/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ fn usage(binary: &str) {
let message = format!("Usage: {} [OPTIONS] [FILTER]", binary);
println!(r#"{usage}
The FILTER regex is tested against the name of all tests to run, and
only those tests that match are run.
The FILTER string is tested against the name of all tests, and only those
tests whose names contain the filter are run.
By default, all tests are run in parallel. This can be altered with the
RUST_TEST_THREADS environment variable when running tests (set it to 1).
Expand Down

0 comments on commit f23157b

Please sign in to comment.