File tree 1 file changed +2
-2
lines changed
compiler/test/dotty/tools/vulpix
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ trait ParallelTesting extends RunnerOrchestration { self =>
295
295
" [" + (" =" * (math.max(progress - 1 , 0 ))) +
296
296
(if (progress > 0 ) " >" else " " ) +
297
297
(" " * (39 - progress)) +
298
- s " ] completed ( $tCompiled/ $sourceCount, ${timestamp}s) \r "
298
+ s " ] completed ( $tCompiled/ $sourceCount, $errorCount failed, $ {timestamp}s) ) \r "
299
299
)
300
300
301
301
Thread .sleep(100 )
@@ -451,7 +451,7 @@ trait ParallelTesting extends RunnerOrchestration { self =>
451
451
}
452
452
453
453
private [ParallelTesting ] def executeTestSuite (): this .type = {
454
- assert(_testSourcesCompleted == 0 , " not allowed to re-use a `CompileRun`" )
454
+ assert(testSourcesCompleted == 0 , " not allowed to re-use a `CompileRun`" )
455
455
456
456
if (filteredSources.nonEmpty) {
457
457
val pool = threadLimit match {
You can’t perform that action at this time.
0 commit comments