| Index: build/android/pylib/local/device/local_device_test_run.py
|
| diff --git a/build/android/pylib/local/device/local_device_test_run.py b/build/android/pylib/local/device/local_device_test_run.py
|
| index 07787cdefeb4a0450b226137e21f0e748abea575..c79d566992c2fb94c8959d7455031997e9fb842a 100644
|
| --- a/build/android/pylib/local/device/local_device_test_run.py
|
| +++ b/build/android/pylib/local/device/local_device_test_run.py
|
| @@ -185,3 +185,6 @@ class LocalDeviceTestRun(test_run.TestRun):
|
|
|
| def _ShouldShard(self):
|
| raise NotImplementedError
|
| +
|
| +class NoTestsError(Exception):
|
| + """Error for when no tests are found."""
|
|
|