Skip to content

Commit

Permalink
.github: adjust problem-matcher to catch individual failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Sep 19, 2024
1 parent a9c06e9 commit e02d1f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/problem-matchers/autotestfail.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"__comment": "by buzz try to match common autotest warnings and errors that arent caught by gcc.json or python.json",
"__comment": "by buzz try to match autotest test failures",
"problemMatcher": [
{
"owner": "autotest-fail-matcher",
"severity": "error",
"pattern": [
{
"regexp": "^(.*)(TIMEOUT|Build failed|FAILED STEP):(.*)$",
"regexp": "^(.*)(TIMEOUT|Build failed|FAILED STEP|FAILED):(.*)$",
"column": 1,
"code": 2,
"message": 3
Expand Down

0 comments on commit e02d1f5

Please sign in to comment.