| Index: scripts/master/log_parser/gtest_command.py
|
| diff --git a/scripts/master/log_parser/gtest_command.py b/scripts/master/log_parser/gtest_command.py
|
| index 70f87fa6e566dffc9577b374dab3e388cb1ff27f..947c74415aebf5fbcf83b2e3a6b1473796329d36 100755
|
| --- a/scripts/master/log_parser/gtest_command.py
|
| +++ b/scripts/master/log_parser/gtest_command.py
|
| @@ -52,9 +52,11 @@ class TestObserver(buildstep.LogLineObserver):
|
|
|
| Args:
|
| include_fails: If true, all failing tests with FAILS_ in their names will
|
| - be included. Otherwise, they will only be included if they crashed.
|
| + be included. Otherwise, they will only be included if they crashed or
|
| + timed out.
|
| include_flaky: If true, all failing tests with FLAKY_ in their names will
|
| - be included. Otherwise, they will only be included if they crashed.
|
| + be included. Otherwise, they will only be included if they crashed or
|
| + timed out.
|
|
|
| """
|
| return self.gtest_parser.FailedTests(include_fails=include_fails,
|
|
|