We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af4278 commit 15b4152Copy full SHA for 15b4152
src/libtest/lib.rs
@@ -328,8 +328,8 @@ fn usage(binary: &str) {
328
let message = format!("Usage: {} [OPTIONS] [FILTER]", binary);
329
println!(r#"{usage}
330
331
-The FILTER regex is tested against the name of all tests to run, and
332
-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.
333
334
By default, all tests are run in parallel. This can be altered with the
335
RUST_TEST_THREADS environment variable when running tests (set it to 1).
0 commit comments