Don't build_autotests separately since they're built on demand while the image is tested.

Review URL: http://codereview.chromium.org/2856056
This commit is contained in:
Ken Mixter 2010-08-04 16:53:52 -07:00
parent 2a0d4818f6
commit 1365cf79ba

View File

@ -189,8 +189,6 @@ function validate_and_set_param_defaults() {
if [[ ${FLAGS_mod_image_for_test} -eq ${FLAGS_TRUE} ]]; then
# Override any specified chronos password with the test one
FLAGS_chronos_passwd="test0000"
# Default to building autotests whenever we mod image for test.
FLAGS_build_autotest=${FLAGS_TRUE}
# If you're modding for test, you also want developer packages.
FLAGS_withdev=${FLAGS_TRUE}
fi