From f0579bdbb7f2546c384dced6155a6dc618037127 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 17 Aug 2012 16:21:25 +0000 Subject: [PATCH] improve readability of test failure info git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1374344 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index b87b5e1b6..f867c3c7c 100644 --- a/build.xml +++ b/build.xml @@ -1589,8 +1589,9 @@ - Unit tests failed; -see ${build.junit.reports} / ${antunit.reports} + Unit tests failed; see: +${build.junit.reports} +${antunit.reports}