Browse Source

improve readability of test failure info

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1374344 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 12 years ago
parent
commit
f0579bdbb7
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      build.xml

+ 3
- 2
build.xml View File

@@ -1589,8 +1589,9 @@

<target name="test" description="--> run unit tests and reports"
depends="dump-info,junit-report,antunit-report,check-failed">
<fail if="tests.failed" unless="ignore.tests.failed">Unit tests failed;
see ${build.junit.reports} / ${antunit.reports}
<fail if="tests.failed" unless="ignore.tests.failed">Unit tests failed; see:
${build.junit.reports}
${antunit.reports}
</fail>
</target>



Loading…
Cancel
Save