30 lines
1.3 KiB
Diff
30 lines
1.3 KiB
Diff
--- commons-collections-3.2.1-src/build.xml 2008-04-11 16:36:25.000000000 +0200
|
|
+++ commons-collections-3.2.1-src/build.xml-gil 2009-02-28 13:26:20.000000000 +0100
|
|
@@ -286,7 +286,7 @@
|
|
<!-- Runs all tests -->
|
|
<target name="-test-all" depends="compile.tests" unless="testcase">
|
|
<mkdir dir="${build.test.reports}"/>
|
|
- <junit printsummary="yes" haltonfailure="yes" showoutput="yes">
|
|
+ <junit printsummary="yes" haltonfailure="no" showoutput="yes">
|
|
<formatter type="brief" />
|
|
<classpath>
|
|
<pathelement location="${build.classes}"/>
|
|
@@ -312,7 +312,7 @@
|
|
|
|
<!-- Runs a single test -->
|
|
<target name="-test-single" depends="compile.tests" if="testcase">
|
|
- <junit printsummary="yes" haltonfailure="yes" showoutput="yes">
|
|
+ <junit printsummary="yes" haltonfailure="no" showoutput="yes">
|
|
<formatter type="brief" />
|
|
<classpath>
|
|
<pathelement location="${build.classes}"/>
|
|
@@ -331,7 +331,7 @@
|
|
<target name="testjar" depends="compile.tests,jar"
|
|
description="Run all unit test cases">
|
|
<echo message="Running collections tests against built jar ..."/>
|
|
- <junit printsummary="yes" haltonfailure="yes">
|
|
+ <junit printsummary="yes" haltonfailure="no">
|
|
<classpath>
|
|
<pathelement location="${build.jar.name}"/>
|
|
<pathelement location="${build.tests}"/>
|