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 e588202730f00ff135f8d08eaf8bf050c1e2196a..9298d756fc02196f1dc58b8bb800bee0aa8a60c1 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): |