File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/scala/scala/tools/partest Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ object PartestDefaults {
9
9
def sourcePath = propOrElse(" partest.srcdir" , " files" )
10
10
def javaCmd = propOrElse(" partest.javacmd" , " java" )
11
11
def javacCmd = propOrElse(" partest.javac_cmd" , " javac" )
12
- def javaOpts = propOrElse(" partest.java_opts" , " " )
12
+ def javaOpts = propOrElse(" partest.java_opts" , " " ) // opts when running java during tests
13
13
def scalacOpts = propOrElse(" partest.scalac_opts" , " " )
14
14
15
15
def testBuild = propOrNone(" partest.build" )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import java.net.URLClassLoader
33
33
* - `junitreportdir`.
34
34
*
35
35
* It also takes the following parameters as nested elements:
36
- * - `compilationpath`.
36
+ * - `compilationpath`. -- TODO: this parameter is now redundant: it's the same as the classpath used to run the task
37
37
*
38
38
* @author Philipp Haller, Adriaan Moors
39
39
*/
You can’t perform that action at this time.
0 commit comments