File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/test/dotty/tools/vulpix Expand file tree Collapse file tree 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 =>
295295 " [" + (" =" * (math.max(progress - 1 , 0 ))) +
296296 (if (progress > 0 ) " >" else " " ) +
297297 (" " * (39 - progress)) +
298- s " ] completed ( $tCompiled/ $sourceCount, ${timestamp}s) \r "
298+ s " ] completed ( $tCompiled/ $sourceCount, $errorCount failed, $ {timestamp}s) ) \r "
299299 )
300300
301301 Thread .sleep(100 )
@@ -451,7 +451,7 @@ trait ParallelTesting extends RunnerOrchestration { self =>
451451 }
452452
453453 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`" )
455455
456456 if (filteredSources.nonEmpty) {
457457 val pool = threadLimit match {
You can’t perform that action at this time.
0 commit comments