aboutsummaryrefslogtreecommitdiff
path: root/.github/ert.json
blob: df68cf26ae6e5d6e301e594b832906650626ffbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "problemMatcher": [
        {
            "owner": "ert-problem-matcher",
            "severity": "error",
            "pattern": [
                {
                    "regexp": "^Test\\s+(.*?)\\s+condition:$"
                },
                {
                    "regexp": "^\\s+(.*)$"
                },
                {
                    "regexp": "^\\s+((?:FAILED|failed|SKIPPED|skipped|ABORTED|aborted|QUIT|quit)\\s+[0-9]+/[0-9]+\\s+.*)$",
                    "message": 1
                }
            ]
        }
    ]
}