mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
autotest: also unmask autotest-deps in build_autotest
TBR: olofj - fixing the bots Change-Id: Ia040324c27c65426640f2406b995aeb6942bd8f6 Review URL: http://codereview.chromium.org/3117037
This commit is contained in:
parent
acdfa8f2e8
commit
11ed876bf1
@ -26,7 +26,7 @@ if [[ -n "${CROS_WORKON_SRCROOT}" ]]; then
|
||||
exit 1
|
||||
fi
|
||||
$(dirname "$0")/cros_workon --board=${FLAGS_board} start \
|
||||
autotest autotest-tests
|
||||
autotest autotest-tests autotest-deps
|
||||
emerge-${FLAGS_board} autotest-tests
|
||||
else
|
||||
./autotest --noprompt --build=all --board="${FLAGS_board}" $@
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user