Index: build/android/pylib/instrumentation/test_runner.py |
diff --git a/build/android/pylib/instrumentation/test_runner.py b/build/android/pylib/instrumentation/test_runner.py |
index adc424b07ff458ce6e977b42d1f10bacf3f23f19..f3983fd933e906a3f96686b3558338e3efab6db5 100644 |
--- a/build/android/pylib/instrumentation/test_runner.py |
+++ b/build/android/pylib/instrumentation/test_runner.py |
@@ -48,7 +48,8 @@ |
test_pkg: A TestPackage object. |
additional_flags: A list of additional flags to add to the command line. |
""" |
- super(TestRunner, self).__init__(device, test_options.tool) |
+ super(TestRunner, self).__init__(device, test_options.tool, |
+ test_options.cleanup_test_files) |
self._lighttp_port = constants.LIGHTTPD_RANDOM_PORT_FIRST + shard_index |
self._logcat_monitor = None |