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

Unified Diff: build/android/test_runner.py

Issue 2092723002: Redirect users without sync passphrase to passwords.google.com (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make sync set-up similar across tests Created 4 years, 5 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
Index: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index faec49217dab98fca50c2c394830493038196edb..3fae0a4e5c02eee60166d80b3abbf6b28f204a21 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -58,7 +58,7 @@ def AddCommonOptions(parser):
debug_or_release_group = group.add_mutually_exclusive_group()
debug_or_release_group.add_argument(
- '--debug', action='store_const', const='Debug', dest='build_type',
+ '--debug', action='store_const', const='Default', dest='build_type',
Bernhard Bauer 2016/07/20 14:56:19 Why this change?
dozsa 2016/07/21 08:51:33 I have to make that change in order to be able to
Bernhard Bauer 2016/07/21 09:17:39 Is that for running tests locally? You could keep
default=default_build_type,
help=('If set, run test suites under out/Debug. '
'Default is env var BUILDTYPE or Debug.'))

Powered by Google App Engine
This is Rietveld 408576698