From 1365cf79baae13e3852e7169b3634806ac7a539d Mon Sep 17 00:00:00 2001 From: Ken Mixter Date: Wed, 4 Aug 2010 16:53:52 -0700 Subject: [PATCH] Don't build_autotests separately since they're built on demand while the image is tested. Review URL: http://codereview.chromium.org/2856056 --- sync_build_test.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/sync_build_test.sh b/sync_build_test.sh index 4c2ed0fea7..99f19a5efb 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