Skip to content

Commit acaf341

Browse files
F3n67uaduh95
andauthored
Update lib/ci/ci_failure_parser.js
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 75ef933 commit acaf341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ci/ci_failure_parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ const FAILURE_FILTERS = [{
155155
}, {
156156
// TODO: match indentation to avoid skipping context with '...'
157157
filter(ctx, text) {
158-
const pattern = /^not ok \d+[\s\S]+? {2}\.\.\.\r?\n/mg;
158+
const pattern = /^not ok \d+[\s\S]+? {2}\.\.\.$/mg;
159159
const matches = text.match(pattern);
160160
if (!matches) {
161161
return null;

0 commit comments

Comments
 (0)