2011-09-06 15:28:36 -04:00
|
|
|
$OpenBSD: patch-build_xml,v 1.2 2011/09/06 19:28:36 kili Exp $
|
2007-04-11 08:54:25 -04:00
|
|
|
|
2011-09-06 15:28:36 -04:00
|
|
|
--- build.xml.orig Wed Jul 1 07:00:39 2009
|
|
|
|
+++ build.xml Mon Sep 5 20:28:14 2011
|
|
|
|
@@ -362,7 +362,7 @@
|
|
|
|
<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
|
|
|
|