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