Skip to content

Commit 30d230f

Browse files
committed
Fix #2241: print failing test title instead of outdir
1 parent 50090ee commit 30d230f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ trait ParallelTesting extends RunnerOrchestration { self =>
572572

573573
if (!compilerCrashed && errorCount == 0) verifier()
574574
else {
575-
echo(s"\n Compilation failed for: '$testSource'")
575+
echo(s" Compilation failed for: '${testSource.title}' ")
576576
val buildInstr = testSource.buildInstructions(errorCount, warningCount)
577577
addFailureInstruction(buildInstr)
578578
failTestSource(testSource)

0 commit comments

Comments
 (0)