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

Unified Diff: build/android/test_runner.py

Issue 2131083003: [Android] Remove the --test_data option from the test runner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « build/android/pylib/instrumentation/instrumentation_test_instance.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index 8ca3ed74020253ccd7df5dd805be8c2a30b14d7d..46889f94a6c0d7a06977c358d5c14ed81353cd82 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -340,13 +340,6 @@ def AddJavaTestOptions(argument_group):
argument_group.add_argument(
'--official-build', action='store_true', help='Run official build tests.')
argument_group.add_argument(
- '--test_data', '--test-data', action='append', default=[],
- help=('Each instance defines a directory of test data that should be '
- 'copied to the target(s) before running the tests. The argument '
- 'should be of the form <target>:<source>, <target> is relative to '
- 'the device data directory, and <source> is relative to the '
- 'chromium build directory.'))
- argument_group.add_argument(
'--disable-dalvik-asserts', dest='set_asserts', action='store_false',
default=True, help='Removes the dalvik.vm.enableassertions property')
« no previous file with comments | « build/android/pylib/instrumentation/instrumentation_test_instance.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698