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

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

Issue 20887002: [android] Fix for uiautomator tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« 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/pylib/uiautomator/test_runner.py
diff --git a/build/android/pylib/uiautomator/test_runner.py b/build/android/pylib/uiautomator/test_runner.py
index eb2fe1472db491d6099fa6748ec876dfe051698d..309fa1f034ffb84440ebeced2b293e7c4b4662ad 100644
--- a/build/android/pylib/uiautomator/test_runner.py
+++ b/build/android/pylib/uiautomator/test_runner.py
@@ -21,7 +21,7 @@ class TestRunner(instr_test_runner.TestRunner):
See the super class for all other args.
"""
super(TestRunner, self).__init__(
- build_type, test_data, False, save_perf_json, screenshot_failures, tool,
+ build_type, test_data, save_perf_json, screenshot_failures, tool,
wait_for_debugger, disable_assertions, push_deps, cleanup_test_files,
device, shard_index, test_pkg, ports_to_forward)
« 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