.github: adjust problem-matcher to catch individual failed tests

This commit is contained in:
Peter Barker 2024-07-04 09:20:26 +10:00 committed by Andrew Tridgell
parent 90fd24de43
commit 0f3667613e
1 changed files with 2 additions and 2 deletions

View File

@ -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