Commit 1295e87
authored
[CI] Parse preceeding lines in mismatched failure messages (#170703)
In some cases ninja will emit FAILED: lines that are not immediately
after a progress indicator. In these cases we also want to capture the
preceeding context up to the last progress indicator as it is also part
of the error message in the cases that we have seen.
This fixes the rest of #165131.1 parent 3c2e5d5 commit 1295e87
File tree
2 files changed
+13
-0
lines changed- .ci
2 files changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
65 | 77 | | |
66 | 78 | | |
67 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
| |||
0 commit comments