summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-04-11 00:32:20 +0000
committerPaul Phillips <paulp@improving.org>2010-04-11 00:32:20 +0000
commit973c00923d05c5c4da8191ef9bf9f7590af5480b (patch)
tree482f002140c1d5532ff6133e936ce5f58cb3ad36
parente93c1a93a2c8a40265b34bb9f1dd61b9470c908d (diff)
downloadscala-973c00923d05c5c4da8191ef9bf9f7590af5480b.tar.gz
scala-973c00923d05c5c4da8191ef9bf9f7590af5480b.tar.bz2
scala-973c00923d05c5c4da8191ef9bf9f7590af5480b.zip
Restores the passing of scalac.args and javac.a...
Restores the passing of scalac.args and javac.args from ant to partest for use on all tests, which rytz had astutely pointed out I made disappear. Long term I think one ought to be able to specify different arguments for building the compiler and for partest, but now is not the moment for such grand ambition. No review.
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 21bade72a1..7e09d34138 100644
--- a/build.xml
+++ b/build.xml
@@ -1510,6 +1510,8 @@ BOOTRAPING TEST AND TEST SUITE
<partest classpathref="pack.classpath">
<env key="PATH" path="${build-pack.dir}/bin:${env.PATH}" />
<sysproperty key="partest.srcdir" value="files" />
+ <sysproperty key="partest.scalacopts" value="${scalac.args.all}" />
+ <sysproperty key="partest.javacopts" value="${javac.args}" />
<syspropertyset>
<propertyref prefix="partest"/>
</syspropertyset>