mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-24 12:01:59 +01:00
Pass --board along to mod_image_for_test.sh.
Review URL: http://codereview.chromium.org/652189
This commit is contained in:
parent
acada7387b
commit
92c9e5258d
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user