Skip to content

Commit 3a15365

Browse files
committed
Fix #2241: print failing test title instead of outdir
1 parent 64db05b commit 3a15365

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
@@ -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)