We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773bfee commit b771ed2Copy full SHA for b771ed2
scripts/flaky-test-loop.sh
@@ -58,7 +58,7 @@ echo "[loop] Starting at ${start_ts}" >&2
58
# - Use case-insensitive extended regex for failures/timeouts in logs
59
# - Broken pipe: case-insensitive fixed-string search
60
BROKEN_PIPE_RE='Broken pipe'
61
-TEST_FAILED_RE='failed|timeout'
+TEST_FAILED_RE='tests failed|timeout'
62
DEBUG_DETECT="${DEBUG_DETECT:-0}"
63
64
# Resolve what to run each iteration as pairs of BIN and PATTERN
0 commit comments