summaryrefslogtreecommitdiffstats
path: root/.github/vtest.json
diff options
context:
space:
mode:
Diffstat (limited to '.github/vtest.json')
-rw-r--r--.github/vtest.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/vtest.json b/.github/vtest.json
new file mode 100644
index 0000000..8e8165c
--- /dev/null
+++ b/.github/vtest.json
@@ -0,0 +1,14 @@
+{
+ "problemMatcher": [
+ {
+ "owner": "vtest",
+ "pattern": [
+ {
+ "regexp": "^#(\\s+top\\s+TEST\\s+(.*)\\s+FAILED.*)",
+ "file": 2,
+ "message": 1
+ }
+ ]
+ }
+ ]
+}