mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 23:51:07 +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
|
setup_board_warning
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
$(dirname "$0")/cros_workon --board=${FLAGS_board} start \
|
||||||
|
autotest autotest-tests
|
||||||
emerge-${FLAGS_board} autotest-tests
|
emerge-${FLAGS_board} autotest-tests
|
||||||
else
|
else
|
||||||
./autotest --noprompt --build=all --board="${DEFAULT_BOARD}" $@
|
./autotest --noprompt --build=all --board="${FLAGS_board}" $@
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user