Browse Source

propagate same properties as build.xml antunit invocation

master
Matt Benson 3 years ago
parent
commit
1f8959ff8f
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      src/tests/antunit/antunit-base.xml

+ 5
- 0
src/tests/antunit/antunit-base.xml View File

@@ -51,6 +51,11 @@
<antunit xmlns="antlib:org.apache.ant.antunit">
<plainlistener />
<file file="${ant.file}" xmlns="antlib:org.apache.tools.ant" />
<propertyset>
<propertyref name="antunit.tmpdir"/>
<propertyref name="ant.home"/>
<propertyref name="jenkins"/>
</propertyset>
</antunit>
</target>



Loading…
Cancel
Save