Commit 1a325f4
committed
tests: strip the run-all tally with a portable escape
run-all extracts each suite's tally after stripping ANSI with a sed
`\x1b` escape, which only GNU sed interprets; on any other sed the
escape stays literal and the tally fails to parse. Match a literal ESC
built with printf, as the surrounding color variables already are, so
the strip works on any sed.1 parent 4e97b24 commit 1a325f4
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | | - | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
0 commit comments