summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-11-25 14:32:09 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-11-25 14:32:09 -0800
commit247828ed0dfb7daedf60dafb7413537c788848a0 (patch)
tree2d6f0e21870c2991d0614b03a9def81d183bee98 /test
parent744425aab4f67805996388ea8620e81d1e4224b0 (diff)
parent342b05b849e69b4db8e10acbeea4953d37f2d2bc (diff)
downloadscala-247828ed0dfb7daedf60dafb7413537c788848a0.tar.gz
scala-247828ed0dfb7daedf60dafb7413537c788848a0.tar.bz2
scala-247828ed0dfb7daedf60dafb7413537c788848a0.zip
Merge pull request #3187 from som-snytt/issue/test-suite-quick
Test in quick mode for ant build
Diffstat (limited to 'test')
-rwxr-xr-xtest/build-partest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/build-partest.xml b/test/build-partest.xml
index 22ad85ac03..e909a09123 100755
--- a/test/build-partest.xml
+++ b/test/build-partest.xml
@@ -7,6 +7,7 @@
<attribute name="srcdir" default="files"/> <!-- TODO: make targets for `pending` and other subdirs -->
<attribute name="colors" default="${partest.colors}"/>
<attribute name="scalacOpts" default="${scalac.args.optimise}"/>
+ <attribute name="pcp" default="${toString:partest.compilation.path}"/>
<attribute name="kinds"/>
<sequential>
<property name="partest.dir" value="@{dir}" />
@@ -14,7 +15,7 @@
kinds="@{kinds}"
colors="@{colors}"
scalacOpts="@{scalacOpts}"
- compilationpathref="partest.compilation.path"/>
+ compilationpath="@{pcp}"/>
</sequential>
</macrodef>
</project>