| Index: tools/testrunner/local/verbose.py
|
| diff --git a/tools/testrunner/local/verbose.py b/tools/testrunner/local/verbose.py
|
| index 00c330d2d9c24c46ea957c2f5228c755f327876b..f693467523100acdc794d7a34409519174f1813c 100644
|
| --- a/tools/testrunner/local/verbose.py
|
| +++ b/tools/testrunner/local/verbose.py
|
| @@ -54,7 +54,7 @@ def PrintReport(tests):
|
| skipped += 1
|
| continue
|
| if statusfile.TIMEOUT in o: timeout += 1
|
| - if statusfile.IsPassOrFail(o): nocrash += 1
|
| + if statusfile.IsFlaky(o): nocrash += 1
|
| if list(o) == [statusfile.PASS]: passes += 1
|
| if statusfile.IsFailOk(o): fail_ok += 1
|
| if list(o) == [statusfile.FAIL]: fail += 1
|
|
|