aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorErik Martin-Dorel2020-05-04 14:26:04 +0200
committerErik Martin-Dorel2020-05-04 14:26:04 +0200
commitf3e0245173bae40c132f049b8352a41d4c08ab48 (patch)
tree226f5673e17a6d6f87beb575fb8782ffdb30eee0 /.github
parent3bc39fbd726676e5d1a650b683f0b5d72dbd1c3b (diff)
fix: ert.json
* The zone between "Test ... condition:" & "FAILED ..." can have more than 1 line!
Diffstat (limited to '.github')
-rw-r--r--.github/ert.json6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/ert.json b/.github/ert.json
index df68cf26..02dc5548 100644
--- a/.github/ert.json
+++ b/.github/ert.json
@@ -5,12 +5,6 @@
"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
}