From bfb095df60552c32a569ff21c7395dfd2b3fbb80 Mon Sep 17 00:00:00 2001 From: Simon Kitching Date: Fri, 8 Jul 2005 07:03:41 +0000 Subject: [PATCH] Fail the build if any unit test fails. Also removed some redundant stuff. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@209712 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/build.xml b/build.xml index 7498332..89fba17 100644 --- a/build.xml +++ b/build.xml @@ -172,7 +172,6 @@ - @@ -595,15 +594,7 @@ limitations under the License.-->'> - - - - - + depends="log4j12-test-warning, compile.tests, testall, test.log4j"/> + description="Run all unit tests"> @@ -637,7 +628,7 @@ limitations under the License.-->'> - The default settings cause a single VM to be created in which all of - the tests are then run. --> - + @@ -676,6 +667,10 @@ limitations under the License.-->'> + + + One or more unit tests failed. + - +