Browse Source

and turn off halting on failure until later

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@382017 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 19 years ago
parent
commit
5126e3abbd
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      build.xml

+ 2
- 1
build.xml View File

@@ -58,7 +58,7 @@
<property name="junit.fork" value="false"/> <property name="junit.fork" value="false"/>
<property name="junit.filtertrace" value="off"/> <property name="junit.filtertrace" value="off"/>
<property name="junit.summary" value="no"/> <property name="junit.summary" value="no"/>
<property name="test.haltonfailure" value="yes"/>
<property name="test.haltonfailure" value="false"/>
<property name="junit.forkmode" value="once"/> <property name="junit.forkmode" value="once"/>
<property name="unfiltered.files" value="**/*.gif,**/*.jpg,**/*.ico,**/*.pdf,**/*.zip"/> <property name="unfiltered.files" value="**/*.gif,**/*.jpg,**/*.ico,**/*.pdf,**/*.zip"/>


@@ -1614,6 +1614,7 @@
</presetdef> </presetdef>


</target> </target>

<!--if="run.junitreport"--> <!--if="run.junitreport"-->
<target name="test-report" depends="test-init,run-tests,run-single-test" <target name="test-report" depends="test-init,run-tests,run-single-test"
if="trax.impl.present"> if="trax.impl.present">


Loading…
Cancel
Save