summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-08 18:30:09 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-08 18:30:09 +0200
commit1a3e37027001e76b28f2c5c98114a09ee80995b1 (patch)
tree1ed92c876dd435d7299b4fce2d0f9ec07391efe3
parente10c37d153bd29b346552c65a64ef1056bf68769 (diff)
downloadqutebrowser-1a3e37027001e76b28f2c5c98114a09ee80995b1.tar.gz
qutebrowser-1a3e37027001e76b28f2c5c98114a09ee80995b1.zip
ci: Fix problemmatchers.py structure
-rw-r--r--scripts/dev/ci/problemmatchers.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/dev/ci/problemmatchers.py b/scripts/dev/ci/problemmatchers.py
index df3371d91..27414a45f 100644
--- a/scripts/dev/ci/problemmatchers.py
+++ b/scripts/dev/ci/problemmatchers.py
@@ -147,7 +147,8 @@ MATCHERS = {
"message": 1,
}
],
-
+ },
+ {
# pytest error lines
# E end2end.fixtures.testprocess.WaitForTimeout: Timed out
# after 15000ms waiting for [...]
@@ -158,6 +159,7 @@ MATCHERS = {
"message": 1,
},
],
+ },
]
}