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

Unified Diff: bin/cros_run_vm_update

Issue 6413019: Robustify starting of ssh connection to vm updater. (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: 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
« no previous file with comments | « bin/cros_run_vm_test ('k') | lib/cros_vm_lib.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/cros_run_vm_update
diff --git a/bin/cros_run_vm_update b/bin/cros_run_vm_update
index 04ca97b9590f4af4f62d00f8cb266685bb9ed8a2..05a1d44afbaec6979afc0ac575817a590fb72371 100755
--- a/bin/cros_run_vm_update
+++ b/bin/cros_run_vm_update
@@ -50,6 +50,7 @@ eval set -- "${FLAGS_ARGV}"
trap stop_kvm EXIT
start_kvm "${FLAGS_vm_image_path}"
+retry_until_ssh
if [ -n "${FLAGS_update_image_path}" ]; then
IMAGE_ARGS="--image=$(readlink -f ${FLAGS_update_image_path})"
« no previous file with comments | « bin/cros_run_vm_test ('k') | lib/cros_vm_lib.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698