From a8c5f9ac07b677b65bb11203856b714edce231b3 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Thu, 4 Jul 2024 09:20:26 +1000 Subject: [PATCH] .github: adjust problem-matcher to catch individual failed tests --- .github/problem-matchers/autotestfail.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/problem-matchers/autotestfail.json b/.github/problem-matchers/autotestfail.json index ccda5c1a940f7e..10e845de574393 100644 --- a/.github/problem-matchers/autotestfail.json +++ b/.github/problem-matchers/autotestfail.json @@ -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