From dc6cb96c79a84c4751ba81a3491201b36326107e Mon Sep 17 00:00:00 2001 From: David McMahon Date: Thu, 25 Feb 2010 18:22:29 -0800 Subject: [PATCH] Force --yes to mod_image_for_test.sh call. archive_build.sh runs non-interactive most of the time. Review URL: http://codereview.chromium.org/661151 --- archive_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive_build.sh b/archive_build.sh index e537828571..b4a0951a73 100755 --- a/archive_build.sh +++ b/archive_build.sh @@ -92,7 +92,7 @@ if [ $FLAGS_test_mod -eq $FLAGS_TRUE ] then echo "Modifying image for test" cp "${FLAGS_from}/rootfs.image" "${FLAGS_from}/rootfs_test.image" - "${SCRIPTS_DIR}/mod_image_for_test.sh" --board $FLAGS_board --image \ + "${SCRIPTS_DIR}/mod_image_for_test.sh" --board $FLAGS_board --yes --image \ "${FLAGS_from}/rootfs_test.image" fi