Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1261)

Unified Diff: src/scripts/archive_build.sh

Issue 652189: Pass --board along to mod_image_for_test.sh. (Closed)
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/archive_build.sh
diff --git a/src/scripts/archive_build.sh b/src/scripts/archive_build.sh
index e55cf27b90bac47c38bca8a9463b96f769eaa53b..e537828571c48f8671d638ecd7f16ce12e0dcdcf 100755
--- a/src/scripts/archive_build.sh
+++ b/src/scripts/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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698