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