Skip to content

Commit 169f16a

Browse files
committed
Fix output of test compilation
Previously the completed progressbar was removed when the tests finished
1 parent 999d1cb commit 169f16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/vulpix/ParallelTesting.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ trait ParallelTesting extends RunnerOrchestration { self =>
305305
val timestamp = (System.currentTimeMillis - start) / 1000
306306
// println, otherwise no newline and cursor at start of line
307307
realStdout.print(
308-
s"[=======================================] completed ($sourceCount/$sourceCount, $failureCount failed, ${timestamp}s)\r"
308+
s"[=======================================] completed ($sourceCount/$sourceCount, $failureCount failed, ${timestamp}s)\n"
309309
)
310310
}
311311
}

0 commit comments

Comments
 (0)