mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-19 18:34:08 +00:00
Auto merge of #30436 - durka:patch-14, r=alexcrichton
Relevant to #30422.
This commit is contained in:
commit
f23157b693
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user