Index: build/android/pylib/host_driven/python_test_base.py |
diff --git a/build/android/pylib/host_driven/python_test_base.py b/build/android/pylib/host_driven/python_test_base.py |
index 67fdb93f36ad5639025e957729fd80a90856b1d2..bf869e85c89ebc7489eb28fa58f33c26d619a21c 100644 |
--- a/build/android/pylib/host_driven/python_test_base.py |
+++ b/build/android/pylib/host_driven/python_test_base.py |
@@ -79,8 +79,7 @@ class PythonTestBase(object): |
test_pkg = test_package.TestPackage( |
self.options.test_apk_path, self.options.test_apk_jar_path) |
java_test_runner = test_runner.TestRunner(self.options, self.device_id, |
- self.shard_index, False, |
- test_pkg, |
+ self.shard_index, test_pkg, |
self.ports_to_forward) |
try: |
java_test_runner.SetUp() |