From: kkolinko Date: Tue, 18 May 2010 01:07:10 +0000 (+0000) Subject: Do not abort testing after the first failure, X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b4f39b0f732b0ec1d120f41d113feb9266e9280d;p=tomcat7.0 Do not abort testing after the first failure, but report about existence of failures after all the tests were run. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@945446 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index bf7df1a06..c188c5e19 100644 --- a/build.xml +++ b/build.xml @@ -919,7 +919,9 @@ - + @@ -930,6 +932,9 @@ + + +