File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ pub const test_only_params = [_]ParamType{
207
207
clap .parseParam ("--reporter <STR> Test output reporter format. Available: 'junit' (requires --reporter-outfile), 'dots'. Default: console output." ) catch unreachable ,
208
208
clap .parseParam ("--reporter-outfile <STR> Output file path for the reporter format (required with --reporter)." ) catch unreachable ,
209
209
clap .parseParam ("--dots Enable dots reporter. Shorthand for --reporter=dots." ) catch unreachable ,
210
- clap .parseParam ("--only-failures Only display test failures. Similar to --dots but without printing dots ." ) catch unreachable ,
210
+ clap .parseParam ("--only-failures Only display test failures, hiding passing tests ." ) catch unreachable ,
211
211
clap .parseParam ("--max-concurrency <NUMBER> Maximum number of concurrent tests to execute at once. Default is 20." ) catch unreachable ,
212
212
};
213
213
pub const test_params = test_only_params ++ runtime_params_ ++ transpiler_params_ ++ base_params_ ;
You can’t perform that action at this time.
0 commit comments