mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 13:36:58 +02:00
Enable default board in the new build_autotest script.
Review URL: http://codereview.chromium.org/1582019
This commit is contained in:
parent
f93158db51
commit
941893f111
@ -11,6 +11,9 @@
|
||||
# The user can later run autotest against an ssh enabled test client system, or
|
||||
# install the compiled client tests directly onto the rootfs image.
|
||||
|
||||
# Includes common already
|
||||
./autotest --build=all $@
|
||||
. "$(dirname "$0")/common.sh"
|
||||
|
||||
get_default_board
|
||||
|
||||
./autotest --build=all --board="${DEFAULT_BOARD}" $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user