| Index: build/android/pylib/local/device/local_device_gtest_run.py
|
| diff --git a/build/android/pylib/local/device/local_device_gtest_run.py b/build/android/pylib/local/device/local_device_gtest_run.py
|
| index e99c4a55c6925d42a01feb9e91774cbf2af40e9d..20b7815da0c37d86e5251b7324d583a8e3e5bda6 100644
|
| --- a/build/android/pylib/local/device/local_device_gtest_run.py
|
| +++ b/build/android/pylib/local/device/local_device_gtest_run.py
|
| @@ -440,7 +440,7 @@ class LocalDeviceGtestRun(local_device_test_run.LocalDeviceTestRun):
|
| result.SetTombstonesUrl(tombstones_url)
|
|
|
| not_run_tests = set(test).difference(set(r.GetName() for r in results))
|
| - return results, list(not_run_tests)
|
| + return results, list(not_run_tests) if results else None
|
|
|
| #override
|
| def TearDown(self):
|
|
|