Author: sebb
Date: Mon Feb 21 15:27:39 2011
New Revision: 1073018
URL: http://svn.apache.org/viewvc?rev=1073018&view=rev
Log:
Don't stop on first error
Modified:
commons/proper/math/branches/MATH_2_X/test-jar.xml
Modified: commons/proper/math/branches/MATH_2_X/test-jar.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/test-jar.xml?rev=1073018&r1=1073017&r2=1073018&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/test-jar.xml (original)
+++ commons/proper/math/branches/MATH_2_X/test-jar.xml Mon Feb 21 15:27:39 2011
@@ -72,7 +72,7 @@
<target name="test-only">
<mkdir dir="${testreportdir}"/>
- <junit dir="./" failureproperty="test.failure" printSummary="yes"
fork="true" haltonerror="true">
+ <junit dir="./" failureproperty="test.failure" printSummary="yes"
fork="true" haltonerror="false">
<sysproperty key="basedir" value="."/>
<formatter usefile="true" type="brief"/>
<classpath>