Commit 4326860
committed
Fix mainline verdict parser picking last keyword instead of first
When the verdict line contains multiple keywords (e.g. reviewer echoes
all options), grep -oEi | tail -1 selected the last match which could
be REGRESSED even when ADVANCED was the actual verdict. Changed to
head -1 to pick the first keyword after the label.1 parent 2ab5361 commit 4326860
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
588 | 588 | | |
589 | 589 | | |
590 | 590 | | |
591 | | - | |
| 591 | + | |
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
| |||
0 commit comments