diff --git a/archive_build.sh b/archive_build.sh index e55cf27b90..e537828571 100755 --- a/archive_build.sh +++ b/archive_build.sh @@ -92,7 +92,7 @@ if [ $FLAGS_test_mod -eq $FLAGS_TRUE ] then echo "Modifying image for test" 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" fi