| Index: sync_build_test.sh
|
| diff --git a/sync_build_test.sh b/sync_build_test.sh
|
| index 4c2ed0fea75d4b7304c3f0e196f121104d8d8199..99f19a5efbe472a6d7e685b4f4eb2ef16fc0507e 100755
|
| --- a/sync_build_test.sh
|
| +++ b/sync_build_test.sh
|
| @@ -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
|
|
|