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

Unified Diff: build/android/pylib/uiautomator/test_runner.py

Issue 19799003: [android] Instumentation tests determine whether to install test apk based on Md5Sum. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed reference in uiautomator Created 7 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
Index: build/android/pylib/uiautomator/test_runner.py
diff --git a/build/android/pylib/uiautomator/test_runner.py b/build/android/pylib/uiautomator/test_runner.py
index b4788d018272e6461a7e494f4a6b643b6163fc2c..adf1b3a3ded7f8f3cf7cb28345b02419c3e4fd07 100644
--- a/build/android/pylib/uiautomator/test_runner.py
+++ b/build/android/pylib/uiautomator/test_runner.py
@@ -17,7 +17,6 @@ class TestRunner(instr_test_runner.TestRunner):
options: An options object similar to the one in parent class plus:
- package_name: Application package name under test.
"""
- options.ensure_value('install_apk', True)
options.ensure_value('wait_for_debugger', False)
super(TestRunner, self).__init__(
options, device, shard_index, test_pkg, ports_to_forward)

Powered by Google App Engine
This is Rietveld 408576698