We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ef933 commit acaf341Copy full SHA for acaf341
lib/ci/ci_failure_parser.js
@@ -155,7 +155,7 @@ const FAILURE_FILTERS = [{
155
}, {
156
// TODO: match indentation to avoid skipping context with '...'
157
filter(ctx, text) {
158
- const pattern = /^not ok \d+[\s\S]+? {2}\.\.\.\r?\n/mg;
+ const pattern = /^not ok \d+[\s\S]+? {2}\.\.\.$/mg;
159
const matches = text.match(pattern);
160
if (!matches) {
161
return null;
0 commit comments