From d50746553c15cfedb54fcbd3b6fb853fc70a9242 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 27 Sep 2006 16:28:46 +0000 Subject: [PATCH] restructure some stuff; run-tests shared failure message with test, thereby pointing to nonexistent test reports. Also running a single junit test from run-tests was broken, which is how my breaking SizeSelector change made it in. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@450500 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 44 ++++++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/build.xml b/build.xml index 02e35d13c..e076bbc12 100644 --- a/build.xml +++ b/build.xml @@ -1549,22 +1549,26 @@ =================================================================== --> - - Unit tests failed; see ${build.junit.reports} / ${antunit.reports} - - - - - - - + + + + + + + - + + Unit tests failed; +see ${build.junit.reports} / ${antunit.reports} + + - + + + @@ -1674,8 +1678,7 @@ - + @@ -1685,7 +1688,9 @@ - + + @@ -1836,11 +1841,10 @@ + description="--> runs the single unit test at $${junit.testcase}" /> - +