Skip to content

Commit 1998201

Browse files
committed
wip
1 parent 3b8c729 commit 1998201

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/mcl/src/src/mcl/commands/ci_matrix.d

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,10 +369,12 @@ Package[] nixEvalJobs(string flakeAttrPrefix, string cachixUrl, bool doCheck = t
369369
).writeRecordAsTable(stderr.lockingTextWriter);
370370
}
371371

372+
writeln("---------------------------------------------------------------");
372373
pipes.stderr.byLine
373374
.filter!(line => uselessWarnings.canFind(line))
374375
.join
375376
.writeln;
377+
writeln("---------------------------------------------------------------");
376378

377379
string bufferedOutput = "";
378380
foreach (line; pipes.stderr.byLine)

0 commit comments

Comments
 (0)