Skip to content

Commit 8e47368

Browse files
fix(triage): properly pluralize report items
1 parent eec1425 commit 8e47368

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

moz-webgpu-cts/src/main.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
});

0 commit comments

Comments
 (0)