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
This commit is contained in:
David McMahon 2010-02-25 18:22:29 -08:00
parent 72a09d994d
commit dc6cb96c79

View File

@ -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