From 8591b508bf59be97c5a69450bb1e8589925e8cc6 Mon Sep 17 00:00:00 2001 From: Kris Rambish Date: Tue, 30 Aug 2011 14:35:22 -0700 Subject: [PATCH] Add more help when vboot doesn't exist TEST=Ran it STATUS=Verified BUG=chromium-os:19850 Change-Id: I2628cf0e4750f1dfff566cfe105af8672bce81f1 Reviewed-on: http://gerrit.chromium.org/gerrit/6928 Tested-by: Kris Rambish Reviewed-by: Kris Rambish Reviewed-by: Stanley Wong --- mod_test_image_for_pyauto.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mod_test_image_for_pyauto.sh b/mod_test_image_for_pyauto.sh index 8fff1fef90..31b47e36fd 100755 --- a/mod_test_image_for_pyauto.sh +++ b/mod_test_image_for_pyauto.sh @@ -73,7 +73,8 @@ fi if [ ! -d $VBOOT_DIR ]; then die "The required path: $VBOOT_DIR does not exist. This directory needs to \ -be sync'd into your chroot." +be sync'd into your chroot.\n $ cros_workon start vboot_reference --board \ +${FLAGS_board}" fi trap cleanup EXIT