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.')) |