12 lines
590 B
Diff
12 lines
590 B
Diff
--- slf4j-ext/maven-build.xml 2010-01-19 14:44:25.000000000 +0100
|
|
+++ slf4j-ext/maven-build.xml-gil 2010-01-19 21:44:17.000000000 +0100
|
|
@@ -134,7 +134,7 @@
|
|
unless="junit.skipped"
|
|
description="Run the test cases">
|
|
<mkdir dir="${maven.test.reports}"/>
|
|
- <junit printSummary="yes" haltonerror="true" haltonfailure="true" fork="true" dir=".">
|
|
+ <junit printSummary="yes" haltonerror="false" haltonfailure="false" fork="true" dir=".">
|
|
<sysproperty key="basedir" value="."/>
|
|
<formatter type="xml"/>
|
|
<formatter type="plain" usefile="false"/>
|