Skip to content

Commit b771ed2

Browse files
committed
update script
1 parent 773bfee commit b771ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/flaky-test-loop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ echo "[loop] Starting at ${start_ts}" >&2
5858
# - Use case-insensitive extended regex for failures/timeouts in logs
5959
# - Broken pipe: case-insensitive fixed-string search
6060
BROKEN_PIPE_RE='Broken pipe'
61-
TEST_FAILED_RE='failed|timeout'
61+
TEST_FAILED_RE='tests failed|timeout'
6262
DEBUG_DETECT="${DEBUG_DETECT:-0}"
6363

6464
# Resolve what to run each iteration as pairs of BIN and PATTERN

0 commit comments

Comments
 (0)