From 3d0a8d3ae3d72020600766c65f272ed0a9609833 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Tue, 21 Aug 2007 12:17:40 +0000 Subject: [PATCH] optionaly allow build to pass even if tests fail git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568091 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 0c7668930..2f2a635ec 100644 --- a/build.xml +++ b/build.xml @@ -1627,7 +1627,7 @@ - Unit tests failed; + Unit tests failed; see ${build.junit.reports} / ${antunit.reports}