Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(748)

Unified Diff: image_to_vm.sh

Issue 6482017: Update test harness to take in optional public and private keys to sign payloads. (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Fix a bug I found Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« bin/cros_au_test_harness.py ('K') | « bin/ctest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: image_to_vm.sh
diff --git a/image_to_vm.sh b/image_to_vm.sh
index b517bc102c4f3a55cd375a4cf695c4968ece0194..dbc30eea0e800f57f7c01fb962e6b23a73ad4c54 100755
--- a/image_to_vm.sh
+++ b/image_to_vm.sh
@@ -50,7 +50,7 @@ DEFINE_boolean factory_install $FLAGS_FALSE \
# We default to TRUE so the buildbot gets its image. Note this is different
# behavior from image_to_usb.sh
-DEFINE_boolean force_copy ${FLAGS_TRUE} "Always rebuild test image"
+DEFINE_boolean force_copy ${FLAGS_FALSE} "Always rebuild test image"
DEFINE_string format "qemu" \
"Output format, either qemu, vmware or virtualbox"
DEFINE_string from "" \
« bin/cros_au_test_harness.py ('K') | « bin/ctest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698