From 655a669b28386e6a17cace8ad6198b41807284de Mon Sep 17 00:00:00 2001 From: Ken Mixter Date: Thu, 18 Mar 2010 16:20:06 -0700 Subject: [PATCH] Update sbt to match hardcoded logic in mod_image_for_test Review URL: http://codereview.chromium.org/1050007 --- sync_build_test.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sync_build_test.sh b/sync_build_test.sh index 8743ae50d3..152589777e 100755 --- a/sync_build_test.sh +++ b/sync_build_test.sh @@ -180,11 +180,8 @@ 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 - local test_file=$(dirname $0)"/mod_for_test_scripts/test_account.passwd" - FLAGS_chronos_passwd=$(head -1 "${test_file}") + FLAGS_chronos_passwd="test0000" # Default to building autotests whenever we mod image for test. - # TODO(kmixter): Make this more efficient by either doing incremental - # building, or only building if the tests we're running needs to be. FLAGS_build_autotest=${FLAGS_TRUE} # If you're modding for test, you also want developer packages. FLAGS_withdev=${FLAGS_TRUE}