Skip to content

Commit 9ce1d21

Browse files
Revert "Strip "../" from test output"
This reverts commit a9aaff8.
1 parent ba2fb3c commit 9ce1d21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ trait ParallelTesting extends RunnerOrchestration { self =>
5555

5656
def runClassPath: String = outDir.getAbsolutePath + ":" + flags.runClassPath
5757

58-
def title: String = (self match {
58+
def title: String = self match {
5959
case self: JointCompilationSource =>
6060
if (self.files.length > 1) name
6161
else self.files.head.getPath
6262

6363
case self: SeparateCompilationSource =>
6464
self.dir.getPath
65-
}).stripPrefix("../")
65+
}
6666

6767
/** Adds the flags specified in `newFlags0` if they do not already exist */
6868
def withFlags(newFlags0: String*) = {

0 commit comments

Comments
 (0)