Browse Source

I don't think Gump test-ant has failed properly for several months,

if the fossil record is correct.  :(


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

+ 3
- 1
build.xml View File

@@ -1564,7 +1564,9 @@
</target> </target>


<target name="run-tests" depends="junit-tests,antunit-tests,check-failed" <target name="run-tests" depends="junit-tests,antunit-tests,check-failed"
description="--> run unit tests" />
description="--> run unit tests">
<fail if="tests.failed">Unit tests failed; see ${build.junit.reports} / ${antunit.reports}</fail>
</target>


<target name="test-init" depends="probe-offline,check_for_optional_packages"> <target name="test-init" depends="probe-offline,check_for_optional_packages">
<macrodef name="test-junit"> <macrodef name="test-junit">


Loading…
Cancel
Save