Commit c7261ca
committed
github: Fix internal problem matcher for color ASCII escape codes
The internal warnings/errors problem matcher regex still does not
highlight the messages properly, even though I tested the regex.
Unfortunately, the reason is only obvious when looking at the raw GitHub
logs, which shows the raw color ASCII escape codes that print_red() and
print_yellow() use.
Add the escape codes to the regex to fix the matching, which ends up
making the matcher more robust because it will only highlight the color
messages that the script generates.
Signed-off-by: Nathan Chancellor <[email protected]>1 parent 1172443 commit c7261ca
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments