| Index: build/android/pylib/gtest/test_runner.py
|
| diff --git a/build/android/pylib/gtest/test_runner.py b/build/android/pylib/gtest/test_runner.py
|
| index 4bb97379e042fa2527435f6b0b26d8e89862a99f..0fc6c12328c914b1c51c198a1e2c13948ec00dfa 100644
|
| --- a/build/android/pylib/gtest/test_runner.py
|
| +++ b/build/android/pylib/gtest/test_runner.py
|
| @@ -49,8 +49,7 @@ class TestRunner(base_test_runner.BaseTestRunner):
|
| test_package: An instance of TestPackage class.
|
| """
|
|
|
| - super(TestRunner, self).__init__(device, test_options.tool,
|
| - test_options.cleanup_test_files)
|
| + super(TestRunner, self).__init__(device, test_options.tool)
|
|
|
| self.test_package = test_package
|
| self.test_package.tool = self.tool
|
|
|