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

Unified Diff: sync_build_test.sh

Issue 2856056: Don't build_autotests separately (Closed) Base URL: ssh://git@chromiumos-git//crosutils.git
Patch Set: sync tot Created 10 years, 4 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: 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
« 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