openbsd-ports/databases/postgresql-jdbc/patches/patch-build_xml
kili e0aed4fb77 Overdue update to postgresql-jdbc-9.0-801.
Switch regress bits to junit w/o version numbers.

Also tested by Amit Kulkarni.
2011-09-06 19:28:36 +00:00

14 lines
422 B
Plaintext

$OpenBSD: patch-build_xml,v 1.2 2011/09/06 19:28:36 kili Exp $
--- 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}" />
- <junit>
+ <junit haltonerror="on">
<formatter type="brief" usefile="false"/>
<formatter type="xml" usefile="true" />