From 1c63fba0bc2cdb7f0f6ffab606e9a43fe077a713 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 16 Mar 2012 05:13:08 +0000 Subject: [PATCH] make AntUnit tests use a temp-dir inside the build tree rather than git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1301337 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 4 ++++ src/tests/antunit/antunit-base.xml | 19 ++++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/build.xml b/build.xml index b78545aa8..58588cf60 100644 --- a/build.xml +++ b/build.xml @@ -85,6 +85,7 @@ + @@ -1948,6 +1949,9 @@ see ${build.junit.reports} / ${antunit.reports} excludes="${antunit.excludes}" /> + + + diff --git a/src/tests/antunit/antunit-base.xml b/src/tests/antunit/antunit-base.xml index ca4e23a72..7d05913aa 100644 --- a/src/tests/antunit/antunit-base.xml +++ b/src/tests/antunit/antunit-base.xml @@ -17,15 +17,16 @@ --> - - - - - - - - - + + + + + + + + + +