diff options
| author | Erik Martin-Dorel | 2020-05-04 14:26:04 +0200 |
|---|---|---|
| committer | Erik Martin-Dorel | 2020-05-04 14:26:04 +0200 |
| commit | f3e0245173bae40c132f049b8352a41d4c08ab48 (patch) | |
| tree | 226f5673e17a6d6f87beb575fb8782ffdb30eee0 | |
| parent | 3bc39fbd726676e5d1a650b683f0b5d72dbd1c3b (diff) | |
fix: ert.json
* The zone between "Test ... condition:" & "FAILED ..." can have more
than 1 line!
| -rw-r--r-- | .github/ert.json | 6 |
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 } |
