| 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 9d8f8faeb429ff4a3907ed5f87ef58f284bc9347..14f71ce5e710d6939afa41a90f721d5e8dfd2e55 100644
|
| --- a/build/android/pylib/host_driven/python_test_base.py
|
| +++ b/build/android/pylib/host_driven/python_test_base.py
|
| @@ -80,7 +80,6 @@ class PythonTestBase(object):
|
| self.options.test_apk_path, self.options.test_apk_jar_path)
|
| java_test_runner = test_runner.TestRunner(self.options.build_type,
|
| self.options.test_data,
|
| - self.options.install_apk,
|
| self.options.save_perf_json,
|
| self.options.screenshot_failures,
|
| self.options.tool,
|
|
|