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

Unified Diff: mod_image_for_test.sh

Issue 6665048: Update mod_image_for_test to use the new factorytest-init package (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git@master
Patch Set: Remove an obsolete style fix Created 9 years, 9 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 | « mod_for_factory_scripts/200patchInitScript ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mod_image_for_test.sh
diff --git a/mod_image_for_test.sh b/mod_image_for_test.sh
index f01f2c748dafe3f67e47cbb23376d70c7be2155c..9a3c44c3b056127901c7fb6fc1ab88ad654b8906 100755
--- a/mod_image_for_test.sh
+++ b/mod_image_for_test.sh
@@ -231,6 +231,10 @@ sudo GCLIENT_ROOT="$GCLIENT_ROOT" ROOT_FS_DIR="$ROOT_FS_DIR" \
STATEFUL_DIR="$STATEFUL_DIR" ARCH="$ARCH" "$MOD_TEST_SCRIPT"
if [ $FLAGS_factory -eq $FLAGS_TRUE ]; then
+ sudo INSTALL_MASK="$INSTALL_MASK" $EMERGE_BOARD_CMD \
+ --root="$ROOT_FS_DIR" --root-deps=rdeps \
+ factorytest-init $EMERGE_JOBS
+
install_autotest
MOD_FACTORY_SCRIPT="$SCRIPTS_DIR/mod_for_factory_scripts/factory_setup.sh"
« no previous file with comments | « mod_for_factory_scripts/200patchInitScript ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698