We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5370be commit bf9c27dCopy full SHA for bf9c27d
src/libtest/lib.rs
@@ -340,7 +340,7 @@ The FILTER regex is tested against the name of all tests to run, and
340
only those tests that match are run.
341
342
By default, all tests are run in parallel. This can be altered with the
343
-RUST_TEST_THRADS environment variable when running tests (set it to 1).
+RUST_TEST_THREADS environment variable when running tests (set it to 1).
344
345
All tests have their standard output and standard error captured by default.
346
This can be overridden with the --nocapture flag or the RUST_TEST_NOCAPTURE=1
0 commit comments