diff --git a/build_autotest.sh b/build_autotest.sh index e3ce752af3..b85be15373 100755 --- a/build_autotest.sh +++ b/build_autotest.sh @@ -26,7 +26,7 @@ if [[ -n "${CROS_WORKON_SRCROOT}" ]]; then exit 1 fi $(dirname "$0")/cros_workon --board=${FLAGS_board} start \ - autotest autotest-tests + autotest autotest-tests autotest-deps emerge-${FLAGS_board} autotest-tests else ./autotest --noprompt --build=all --board="${FLAGS_board}" $@