summaryrefslogtreecommitdiffstats
path: root/.github/vtest.json
blob: 8e8165c242c795f7b8517e1c282e64b4e297f560 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"problemMatcher": [
		{
			"owner": "vtest",
			"pattern": [
				{
					"regexp": "^#(\\s+top\\s+TEST\\s+(.*)\\s+FAILED.*)",
					"file": 2,
					"message": 1
				}
			]
		}
	]
}