Specify correct board in old flow

BUG=5766

Review URL: http://codereview.chromium.org/3165038
This commit is contained in:
Ken Mixter 2010-08-18 16:23:03 -07:00
parent b34604c49a
commit fb0160fe6d

View File

@ -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