Pass --board along to mod_image_for_test.sh.

Review URL: http://codereview.chromium.org/652189
This commit is contained in:
David McMahon 2010-02-23 16:48:34 -08:00
parent acada7387b
commit 92c9e5258d

View File

@ -92,7 +92,7 @@ if [ $FLAGS_test_mod -eq $FLAGS_TRUE ]
then then
echo "Modifying image for test" echo "Modifying image for test"
cp "${FLAGS_from}/rootfs.image" "${FLAGS_from}/rootfs_test.image" cp "${FLAGS_from}/rootfs.image" "${FLAGS_from}/rootfs_test.image"
"${SCRIPTS_DIR}/mod_image_for_test.sh" --image \ "${SCRIPTS_DIR}/mod_image_for_test.sh" --board $FLAGS_board --image \
"${FLAGS_from}/rootfs_test.image" "${FLAGS_from}/rootfs_test.image"
fi fi