From 9904a3b243ccaf7b0b3119bf257b4dfa90550c95 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Wed, 1 Mar 2006 13:27:01 +0000 Subject: [PATCH] tweak how tests run -you get the junit report if a trax impl is present -we fail afterwards if a test failed or errored -commonality of the two junit runs factored out into a presetdef, single point of maintenance. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@382011 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 103 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 53 insertions(+), 50 deletions(-) diff --git a/build.xml b/build.xml index 946533db9..630ed5b48 100644 --- a/build.xml +++ b/build.xml @@ -1585,40 +1585,60 @@ Run testcase =================================================================== --> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Unit tests failed + + + + - - - - - - - - - - - - - - - - - - - - - - + @@ -1773,36 +1793,19 @@ if="tests.and.ant.share.classloader"/> - - At least one test has failed. + - - - - - - - - - - - - - + description="--> runs the single unit test defined in the testcase property" + depends="test-init"> + - +