mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-10 12:09:31 +00:00
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:
parent
17c782f1c1
commit
e487d4a56c
2 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
"cmd": [
|
||||
"vpython3",
|
||||
"./tools/run_tests",
|
||||
"--verbose",
|
||||
"--target=host"
|
||||
],
|
||||
"cwd": "[CACHE]/builder/crosvm",
|
||||
|
|
|
@ -35,6 +35,7 @@ def RunSteps(api):
|
|||
[
|
||||
"vpython3",
|
||||
"./tools/run_tests",
|
||||
"--verbose",
|
||||
"--target=host",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue