Skip to content

Commit b3b49d2

Browse files
committed
Merge pull request scala#2099 from retronym/ticket/6158
SI-6158 Restore compile error output under partest --show-log
2 parents db5919a + 6424907 commit b3b49d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partest/scala/tools/partest/nest/RunnerManager.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ class RunnerManager(kind: String, val fileManager: FileManager, params: TestRunP
817817
if (passed exists (x => !x)) {
818818
if (fileManager.showDiff || isPartestDebug)
819819
NestUI.normal(testDiff)
820-
else if (fileManager.showLog)
820+
if (fileManager.showLog)
821821
showLog(logFile)
822822
}
823823
}

0 commit comments

Comments
 (0)