pass --board to mod_image_for_test

... again ...
Change-Id: If4c72eb5ff422a74130a62a10d5705f02849acfe

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/3113029
This commit is contained in:
Ryan Cairns 2010-08-23 20:47:07 -07:00
parent 63412de664
commit a7be5ffcc7

View File

@ -103,7 +103,7 @@ if [ ${FLAGS_test_image} -eq ${FLAGS_TRUE} ] ; then
# Modify it. Pass --yes so that mod_image_for_test.sh won't ask us if we
# really want to modify the image; the user gave their assent already with
# --test-image and the original image is going to be preserved.
"${SCRIPTS_DIR}/mod_image_for_test.sh" --image \
"${SCRIPTS_DIR}/mod_image_for_test.sh" --board=${FLAGS_board} --image \
"${FLAGS_from}/chromiumos_test_image.bin" ${EXTRA_ARGS} --yes
echo "Done with mod_image_for_test."
else