Index: build/android/test_runner.py |
diff --git a/build/android/test_runner.py b/build/android/test_runner.py |
index 8ca3ed74020253ccd7df5dd805be8c2a30b14d7d..299b4a4d7178d55a2ed636c6cca5d025ab27c472 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', |
default=default_build_type, |
help=('If set, run test suites under out/Debug. ' |
'Default is env var BUILDTYPE or Debug.')) |