Chromium Code Reviews| Index: tools/testrunner/local/execution.py |
| diff --git a/tools/testrunner/local/execution.py b/tools/testrunner/local/execution.py |
| index f4a40204e4889374fe9b94f9c0a628974dbd289d..a672b3269456aeddf0057af93615ee46bb240f79 100644 |
| --- a/tools/testrunner/local/execution.py |
| +++ b/tools/testrunner/local/execution.py |
| @@ -176,6 +176,9 @@ class Runner(object): |
| self.context.extra_flags) |
| return cmd |
| + def FailedTests(self): |
| + return self.failed |
| + |
| class BreakNowException(Exception): |
| def __init__(self, value): |