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:51:36 -0600
commit1f8959ff8ff9c38b97c5535c8b3f177eb08d3f3f (patch)
tree0822b004fe218e62bcad2853a1309150c4464975 /src
parent738fcd8d619cd6838ab561cdd75a3d00815854a6 (diff)
downloadant-1f8959ff8ff9c38b97c5535c8b3f177eb08d3f3f.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>