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

Unified Diff: src/scripts/build_autotest.sh

Issue 1298001: Disable checks for collisions when doing build_autotest. (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 d96cd8e33361b32404679f321993a03b8c6c21dc..e3a87bc80372e5a72fbdb72d651dfefd341a56a1 100755
--- a/src/scripts/build_autotest.sh
+++ b/src/scripts/build_autotest.sh
@@ -94,5 +94,6 @@ USE=
[ $FLAGS_buildcheck -eq "$FLAGS_TRUE" ] && USE="${USE} buildcheck"
GCLIENT_ROOT="${GCLIENT_ROOT}" TEST_LIST=${TEST_LIST} \
- FEATURES="${FEATURES} -buildpkg" USE="$USE" "emerge-${FLAGS_board}" \
+ FEATURES="${FEATURES} -buildpkg -collision-protect" \
+ USE="$USE" "emerge-${FLAGS_board}" \
chromeos-base/autotest ${EMERGE_JOBS}
« 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