infra: run Windows tests with --verbose

This lets us see the list of tests that ran and matches the Linux
results more closely.

BUG=None
TEST=cd infra && ./recipes.py test run

Change-Id: I880cd397e21d487fb9f1924fbb1fc8e2ff3cc29a
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3764467
Tested-by: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
Daniel Verkamp 2022-07-14 15:54:14 -07:00 committed by crosvm LUCI
parent 17c782f1c1
commit e487d4a56c
2 changed files with 2 additions and 0 deletions

View file

@ -37,6 +37,7 @@
"cmd": [
"vpython3",
"./tools/run_tests",
"--verbose",
"--target=host"
],
"cwd": "[CACHE]/builder/crosvm",

View file

@ -35,6 +35,7 @@ def RunSteps(api):
[
"vpython3",
"./tools/run_tests",
"--verbose",
"--target=host",
],
)