Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 95db2b1

Browse files
committed
print all scalac opts in log, also those provided through -Dpartest.scalac_opts
1 parent b8d99ca commit 95db2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scala/tools/partest/nest/Runner.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ class SuiteRunner(
771771
s"""|Partest version: ${Properties.versionNumberString}
772772
|Compiler under test: ${relativize(fileManager.compilerUnderTest.getAbsolutePath)}
773773
|Scala version is: $versionMsg
774-
|Scalac options are: ${scalacExtraArgs.mkString(" ")}
774+
|Scalac options are: ${(scalacExtraArgs ++ PartestDefaults.scalacOpts.split(' ')).mkString(" ")}
775775
|Compilation Path: ${relativize(joinPaths(fileManager.testClassPath))}
776776
|Java binaries in: $vmBin
777777
|Java runtime is: $vmName

0 commit comments

Comments
 (0)