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

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

Issue 839143002: Roll Chrome into Mojo. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 1ab9545f73dce47ecf52317217ea9ecd2389a7c0..48059a30b7efcad1530bb26bd6d93f25574759b0 100644
--- a/build/android/pylib/uiautomator/test_runner.py
+++ b/build/android/pylib/uiautomator/test_runner.py
@@ -41,7 +41,8 @@ class TestRunner(instr_test_runner.TestRunner):
test_runner=None,
test_support_apk_path=None,
device_flags=None,
- isolate_file_path=None)
+ isolate_file_path=None,
+ set_asserts=test_options.set_asserts)
super(TestRunner, self).__init__(instrumentation_options, device,
shard_index, test_pkg)

Powered by Google App Engine
This is Rietveld 408576698