2011-12-17 13:02:44 -05:00
|
|
|
$OpenBSD: patch-build_xml,v 1.3 2011/12/17 18:02:44 kili Exp $
|
2007-04-11 08:54:25 -04:00
|
|
|
|
2011-12-17 13:02:44 -05:00
|
|
|
--- build.xml.orig Tue Aug 2 15:40:11 2011
|
|
|
|
+++ build.xml Wed Dec 14 21:11:26 2011
|
|
|
|
@@ -399,7 +399,7 @@
|
2011-09-06 15:28:36 -04:00
|
|
|
<property name="testResultsDir" value="${builddir}/testresults" />
|
|
|
|
<mkdir dir="${testResultsDir}" />
|
|
|
|
|
2007-04-11 08:54:25 -04:00
|
|
|
- <junit>
|
|
|
|
+ <junit haltonerror="on">
|
|
|
|
<formatter type="brief" usefile="false"/>
|
2011-09-06 15:28:36 -04:00
|
|
|
<formatter type="xml" usefile="true" />
|
2007-04-11 08:54:25 -04:00
|
|
|
|