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 a8abf3578900a5eab3135db4548e02115cbb1a3a..910bbf54b25aa18a5bbbb066e30a29436cce2c9c 100644 |
--- a/build/android/pylib/uiautomator/test_runner.py |
+++ b/build/android/pylib/uiautomator/test_runner.py |
@@ -39,6 +39,7 @@ class TestRunner(instr_test_runner.TestRunner): |
test_apk=None, |
test_apk_path=None, |
test_apk_jar_path=None, |
+ test_runner=None, |
test_support_apk_path=None) |
super(TestRunner, self).__init__(instrumentation_options, device, |
shard_index, test_pkg) |