| Index: build/android/pylib/local/device/local_device_instrumentation_test_run.py
|
| diff --git a/build/android/pylib/local/device/local_device_instrumentation_test_run.py b/build/android/pylib/local/device/local_device_instrumentation_test_run.py
|
| index df32ea4a14fae8d7a83d99c9eb8fdf0b15875ff3..d1adaf91d99ea3b7463ccee32a6521128864b5a8 100644
|
| --- a/build/android/pylib/local/device/local_device_instrumentation_test_run.py
|
| +++ b/build/android/pylib/local/device/local_device_instrumentation_test_run.py
|
| @@ -54,7 +54,7 @@
|
| self._flag_changers = {}
|
|
|
| def TestPackage(self):
|
| - return self._test_instance.suite
|
| + return None
|
|
|
| def SetUp(self):
|
| def substitute_external_storage(d, external_storage):
|
|
|