Author: stevel
Date: Wed Mar 1 05:49:04 2006
New Revision: 382017
URL: http://svn.apache.org/viewcvs?rev=382017&view=rev
Log:
and turn off halting on failure until later
Modified:
ant/core/trunk/build.xml
Modified: ant/core/trunk/build.xml
URL:
http://svn.apache.org/viewcvs/ant/core/trunk/build.xml?rev=382017&r1=382016&r2=382017&view=diff
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Wed Mar 1 05:49:04 2006
@@ -58,7 +58,7 @@
<property name="junit.fork" value="false"/>
<property name="junit.filtertrace" value="off"/>
<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="unfiltered.files"
value="**/*.gif,**/*.jpg,**/*.ico,**/*.pdf,**/*.zip"/>
@@ -1614,6 +1614,7 @@
</presetdef>
</target>
+
<!--if="run.junitreport"-->
<target name="test-report" depends="test-init,run-tests,run-single-test"
if="trax.impl.present">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]