From b4f39b0f732b0ec1d120f41d113feb9266e9280d Mon Sep 17 00:00:00 2001 From: kkolinko Date: Tue, 18 May 2010 01:07:10 +0000 Subject: [PATCH] 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 --- build.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 @@ + + + -- 2.11.0