Enable default board in the new build_autotest script.

Review URL: http://codereview.chromium.org/1582019
This commit is contained in:
Eric Li 2010-04-07 17:00:36 -07:00
parent f93158db51
commit 941893f111

View File

@ -11,6 +11,9 @@
# The user can later run autotest against an ssh enabled test client system, or # The user can later run autotest against an ssh enabled test client system, or
# install the compiled client tests directly onto the rootfs image. # install the compiled client tests directly onto the rootfs image.
# Includes common already . "$(dirname "$0")/common.sh"
./autotest --build=all $@
get_default_board
./autotest --build=all --board="${DEFAULT_BOARD}" $@