summaryrefslogtreecommitdiffstats
path: root/.github/tcltest.json
blob: c50ed6831344b8b4d5902bb19fb2fc9b72266dce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"problemMatcher": [
		{
			"owner": "tcltest",
			"pattern": [
				{
					"regexp": "^==== ([-\\w]+) (.+) (FAILED)$",
					"severity": 3,
					"message": 2,
					"code": 1
				}
			]
		}
	]
}