summaryrefslogtreecommitdiff
path: root/test/build-partest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/build-partest.xml')
-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>