This is an automated email from the ASF dual-hosted git repository. mbenson pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git
commit d2e4efab2a10e50699d44e5cc7e7ab9b0f49bebc Author: Matt Benson <mben...@apache.org> AuthorDate: Wed Feb 16 12:51:36 2022 -0600 propagate same properties as build.xml antunit invocation --- src/tests/antunit/antunit-base.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/tests/antunit/antunit-base.xml b/src/tests/antunit/antunit-base.xml index 1336f2c..48226b8 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>