Use the CTS --quiet flag.

This PR adds the --quite flag into the CTS runner command line. This
will suppress the summary information and the duplicate failure
information as it's already output by the run-cts test runner.

Change-Id: I4e885d416c7ab679551e76f3fc702aa7b5a3535f
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/87900
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
dan sinclair 2022-04-25 20:24:41 +00:00 committed by Dawn LUCI CQ
parent 25775308a9
commit 617583e30b
1 changed files with 1 additions and 0 deletions

View File

@ -947,6 +947,7 @@ func (r *runner) runTestcase(query string) result {
// Actual arguments begin here
"--gpu-provider", r.dawnNode,
"--verbose",
"--quiet",
}
for _, f := range r.flags {
args = append(args, "--gpu-provider-flag", f)