mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-18 17:12:08 +01:00
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:
parent
63412de664
commit
a7be5ffcc7
@ -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
|
# 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
|
# really want to modify the image; the user gave their assent already with
|
||||||
# --test-image and the original image is going to be preserved.
|
# --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
|
"${FLAGS_from}/chromiumos_test_image.bin" ${EXTRA_ARGS} --yes
|
||||||
echo "Done with mod_image_for_test."
|
echo "Done with mod_image_for_test."
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user