Commit a2072c3
committed
Keep the stale-baseline guard fail-closed under pipefail
grep -q quitting at the first match SIGPIPEs the printf feeding it; with
pipefail the pipeline reports 141 and the guard is skipped exactly when
the pattern is present. A here-string has no writer to kill.1 parent b4558ce commit a2072c3
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
0 commit comments