autotest: also unmask autotest-deps in build_autotest

TBR: olofj - fixing the bots

Change-Id: Ia040324c27c65426640f2406b995aeb6942bd8f6

Review URL: http://codereview.chromium.org/3117037
This commit is contained in:
Zdenek Behan 2010-08-24 14:47:32 -07:00
parent acdfa8f2e8
commit 11ed876bf1

View File

@ -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}" $@