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

Unified Diff: build/android/run_uiautomator_tests.py

Issue 13989007: [Android] Split uiautomator test runner from instrumentation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/run_instrumentation_tests.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/run_uiautomator_tests.py
diff --git a/build/android/run_uiautomator_tests.py b/build/android/run_uiautomator_tests.py
index 63480f478c5712b62c14c5a86a1efc77848a2df5..ad6035b33a18bcbc8e0abf619e860d35d2610e04 100755
--- a/build/android/run_uiautomator_tests.py
+++ b/build/android/run_uiautomator_tests.py
@@ -16,7 +16,7 @@ from pylib import constants
from pylib import ports
from pylib.base import base_test_result
from pylib.host_driven import run_python_tests
-from pylib.instrumentation import dispatch
+from pylib.uiautomator import dispatch
from pylib.utils import report_results
from pylib.utils import run_tests_helper
from pylib.utils import test_options_parser
@@ -53,7 +53,7 @@ def DispatchUIAutomatorTests(options):
results=all_results,
test_type='UIAutomator',
test_package=os.path.basename(options.test_jar),
- annotation=options.annotation,
+ annotation=options.annotations,
build_type=options.build_type,
flakiness_server=options.flakiness_dashboard_server)
« no previous file with comments | « build/android/run_instrumentation_tests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698