mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 07:31:01 +02:00
Specify correct board in old flow
BUG=5766 Review URL: http://codereview.chromium.org/3165038
This commit is contained in:
parent
b34604c49a
commit
fb0160fe6d
@ -25,8 +25,10 @@ if [[ -n "${CROS_WORKON_SRCROOT}" ]]; then
|
||||
setup_board_warning
|
||||
exit 1
|
||||
fi
|
||||
$(dirname "$0")/cros_workon --board=${FLAGS_board} start \
|
||||
autotest autotest-tests
|
||||
emerge-${FLAGS_board} autotest-tests
|
||||
else
|
||||
./autotest --noprompt --build=all --board="${DEFAULT_BOARD}" $@
|
||||
./autotest --noprompt --build=all --board="${FLAGS_board}" $@
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user