build: Suppress stupid question in image_to_usb.sh.

No point in asking the user if they're sure they want
to modify the image for testing when they asked us to
modify it for testing in the first place.

BUG=none
TEST=tried it

Review URL: http://codereview.chromium.org/1520031
This commit is contained in:
Daniel Erat 2010-04-09 18:51:08 -07:00
parent 8d94f49f0d
commit 35aa57a305

View File

@ -96,7 +96,7 @@ if [ ${FLAGS_test_image} -eq ${FLAGS_TRUE} ] ; then
cp -f "${SRC_IMAGE}" "${FLAGS_from}/chromiumos_test_image.bin"
# Modify it.
"${SCRIPTS_DIR}/mod_image_for_test.sh" --image \
"${FLAGS_from}/chromiumos_test_image.bin"
"${FLAGS_from}/chromiumos_test_image.bin" --yes
fi
# Use it.
SRC_IMAGE="${FLAGS_from}/chromiumos_test_image.bin"