File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1064,12 +1064,12 @@ fn run(cli: Cli) -> ExitCode {
10641064 "\
10651065 {platform:?}:
10661066 HIGH PRIORITY:
1067- {num_tests_with_runner_errors} test with execution reporting `ERROR`
1068- {num_tests_with_disabled} tests with some portion marked as `disabled`
1069- {num_tests_with_crashes} tests with some portion expecting `CRASH`
1067+ {num_tests_with_runner_errors} test(s) with execution reporting `ERROR`
1068+ {num_tests_with_disabled} test(s) with some portion marked as `disabled`
1069+ {num_tests_with_crashes} test(s) with some portion expecting `CRASH`
10701070 MEDIUM PRIORITY:
1071- {num_tests_with_failures_somewhere} tests with some portion `FAIL`ing, {num_subtests_with_failures_somewhere} subtests total
1072- {num_tests_with_timeouts_somewhere} tests with some portion returning `TIMEOUT`/`NOTRUN`, {num_subtests_with_timeouts_somewhere} subtests total
1071+ {num_tests_with_failures_somewhere} test(s) with some portion `FAIL`ing, {num_subtests_with_failures_somewhere} subtests total
1072+ {num_tests_with_timeouts_somewhere} test(s) with some portion returning `TIMEOUT`/`NOTRUN`, {num_subtests_with_timeouts_somewhere} subtests total
10731073"
10741074 ) ;
10751075 } ) ;
You can’t perform that action at this time.
0 commit comments