| Index: build/android/pylib/local/device/local_device_perf_test_run.py
|
| diff --git a/build/android/pylib/local/device/local_device_perf_test_run.py b/build/android/pylib/local/device/local_device_perf_test_run.py
|
| index fe8a1329a8dcca106132aee8051f804caeb0abbb..fcbffef0833711b7261b3e0149821596ccccb810 100644
|
| --- a/build/android/pylib/local/device/local_device_perf_test_run.py
|
| +++ b/build/android/pylib/local/device/local_device_perf_test_run.py
|
| @@ -334,11 +334,13 @@ class LocalDevicePerfTestRun(local_device_test_run.LocalDeviceTestRun):
|
| self._test_instance = test_instance
|
| self._timeout = None if test_instance.no_timeout else self._DEFAULT_TIMEOUT
|
|
|
| + #override
|
| def SetUp(self):
|
| if os.path.exists(constants.PERF_OUTPUT_DIR):
|
| shutil.rmtree(constants.PERF_OUTPUT_DIR)
|
| os.makedirs(constants.PERF_OUTPUT_DIR)
|
|
|
| + #override
|
| def TearDown(self):
|
| pass
|
|
|
|
|