openbsd-ports/databases/postgresql-jdbc/patches/patch-build_xml
2011-12-17 18:02:44 +00:00

14 lines
422 B
Plaintext

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