Commit d6e886c4 authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

chromeos: Add the --flash arg to all HW tests via GN test template.

Bug: 1132373
Change-Id: I2490fcea413a338cd8ecebc19c4ab25680a53e7b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432127Reviewed-by: default avatarDirk Pranke <dpranke@google.com>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#810850}
parent cf0ee603
...@@ -153,6 +153,8 @@ template("generate_runner_script") { ...@@ -153,6 +153,8 @@ template("generate_runner_script") {
if (cros_is_vm) { if (cros_is_vm) {
args += [ "--use-vm" ] args += [ "--use-vm" ]
} else {
args += [ "--flash" ]
} }
# If we have public Chromium builds, use public Chromium OS images when # If we have public Chromium builds, use public Chromium OS images when
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment