Skip to content

Commit 7ec4a75

Browse files
committed
Expose partest.comp property to tests
1 parent d7a39ff commit 7ec4a75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ class Runner(val testFile: File, val suiteRunner: SuiteRunner) {
159159
"-Dpartest.output="+outDir.getAbsolutePath,
160160
"-Dpartest.lib="+libraryUnderTest.getAbsolutePath,
161161
"-Dpartest.reflect="+reflectUnderTest.getAbsolutePath,
162+
"-Dpartest.comp="+compilerUnderTest.getAbsolutePath,
162163
"-Dpartest.cwd="+outDir.getParent,
163164
"-Dpartest.test-path="+testFullPath,
164165
"-Dpartest.testname="+fileBase,

0 commit comments

Comments
 (0)