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

Unified Diff: build/android/pylib/instrumentation/instrumentation_test_instance.py

Issue 2855483003: [Android] Remove --test-arguments arg from test_runner.py. (Closed)
Patch Set: trivial rebase Created 3 years, 7 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/pylib/instrumentation/instrumentation_test_instance.py
diff --git a/build/android/pylib/instrumentation/instrumentation_test_instance.py b/build/android/pylib/instrumentation/instrumentation_test_instance.py
index 2324fca1194d3efc8ad608b40abd5fc68e5ce898..adf36d29a41c038b0a781e00495fa0658883b1e6 100644
--- a/build/android/pylib/instrumentation/instrumentation_test_instance.py
+++ b/build/android/pylib/instrumentation/instrumentation_test_instance.py
@@ -654,13 +654,6 @@ class InstrumentationTestInstance(test_instance.TestInstance):
if args.regenerate_goldens:
self._flags.append('--regenerate-goldens')
- if args.test_arguments:
- # --test-arguments is deprecated for gtests and is in the process of
- # being removed.
- raise Exception(
- '--test-arguments is not supported for instrumentation '
- 'tests. Pass command-line flags directly instead.')
-
def _initializeDriverAttributes(self):
self._driver_apk = os.path.join(
constants.GetOutDirectory(), constants.SDK_BUILD_APKS_DIR,

Powered by Google App Engine
This is Rietveld 408576698