File tree Expand file tree Collapse file tree
crates/libtest-lexarg/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ Options:
106106 --list List all tests and benchmarks
107107 --test-threads NUM
108108 Number of threads used for running tests in parallel
109+ (default is >1)
109110 --format <pretty|terse|json>
110111 Configure formatting of output:
111112 - pretty: Print verbose output
@@ -126,9 +127,6 @@ pub const AFTER_HELP: &str = r#"
126127The FILTER string is tested against the name of all tests, and only those
127128tests whose names contain the filter are run. Multiple filter strings may
128129be passed, which will run all tests matching any of the filters.
129-
130- By default, all tests are run in parallel. This can be altered with the
131- --test-threads flag when running tests (set it to 1).
132130"# ;
133131
134132/// Intermediate CLI parser state for [`TestOpts`]
You can’t perform that action at this time.
0 commit comments