mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 14:06:58 +02:00
Disable checks for collisions when doing build_autotest.
This fixes bad interaction between run_remote_tests.sh and build_autotest. Review URL: http://codereview.chromium.org/1298001
This commit is contained in:
parent
73a2fb7d1c
commit
516883ef97
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user