Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: src/scripts/sync_build_test.sh

Issue 1050007: Update sbt to match hardcoded logic in mod_image_for_test (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/sync_build_test.sh
diff --git a/src/scripts/sync_build_test.sh b/src/scripts/sync_build_test.sh
index 8743ae50d3596e3a0bd82408f2313074ff94365d..152589777ef3fe30d75a55548fd91fcef01a1965 100755
--- a/src/scripts/sync_build_test.sh
+++ b/src/scripts/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"
rochberg 2010/03/18 15:24:08 Think about warning here?
# 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}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698