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

Unified Diff: build/android/run_tests.py

Issue 10667003: Default to apk tests in run_tests.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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: build/android/run_tests.py
diff --git a/build/android/run_tests.py b/build/android/run_tests.py
index 928bc2fac4855ef518e737e9ca7a7e0b0b90e2a7..ac7164444695f00eb37a83d9792ffd985bb212a6 100755
--- a/build/android/run_tests.py
+++ b/build/android/run_tests.py
@@ -453,9 +453,8 @@ def main(argv):
option_parser.add_option('--annotate', default=True,
help='Print buildbot-style annotate messages '
'for each test suite. Default=True')
- option_parser.add_option('--apk', default=False,
- help='Use the apk test runner '
- '(off by default for now)')
+ option_parser.add_option('--apk', default=True,
+ help='Use the apk test runner by default')
options, args = option_parser.parse_args(argv)
if len(args) > 1:
print 'Unknown argument:', args[1:]
« 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