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

Unified Diff: src/scripts/build_autotest.sh

Issue 866001: autotest: don't wipe FEATURES when building (Closed)
Patch Set: Created 10 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 | « 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/build_autotest.sh
diff --git a/src/scripts/build_autotest.sh b/src/scripts/build_autotest.sh
index 98a5029056fdc59352836cada99cf3db076c81ac..6e05a0ecff3fbf68b229463a2b7aa21a30192334 100755
--- a/src/scripts/build_autotest.sh
+++ b/src/scripts/build_autotest.sh
@@ -70,7 +70,8 @@ if [ $FLAGS_autox -eq "$FLAGS_TRUE" ] ; then
USE=
else
USE=-autox
-fi
+fi
-GCLIENT_ROOT="${GCLIENT_ROOT}" TEST_LIST=${TEST_LIST} FEATURES="-buildpkg" \
- USE="$USE" "emerge-${FLAGS_board}" chromeos-base/autotest
+GCLIENT_ROOT="${GCLIENT_ROOT}" TEST_LIST=${TEST_LIST} \
+ FEATURES="${FEATURES} -buildpkg" USE="$USE" "emerge-${FLAGS_board}" \
+ chromeos-base/autotest
« 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