summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatt Benson <mbenson@apache.org>2022-02-16 12:51:36 -0600
committerMatt Benson <mbenson@apache.org>2022-02-16 12:52:48 -0600
commitd2e4efab2a10e50699d44e5cc7e7ab9b0f49bebc (patch)
tree49dab8904d5ea9ccc88dac71a54ada39a6529dd3 /src
parentf20a9f3cb228b6144822c7b13b0617f5790f3fc6 (diff)
downloadant-d2e4efab2a10e50699d44e5cc7e7ab9b0f49bebc.tar.gz
propagate same properties as build.xml antunit invocation
Diffstat (limited to 'src')
-rw-r--r--src/tests/antunit/antunit-base.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tests/antunit/antunit-base.xml b/src/tests/antunit/antunit-base.xml
index 1336f2c0f..48226b8f6 100644
--- a/src/tests/antunit/antunit-base.xml
+++ b/src/tests/antunit/antunit-base.xml
@@ -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>