$OpenBSD$

--- build.xml.orig	Sat Oct 29 03:14:49 2005
+++ build.xml	Wed Feb  1 22:20:48 2006
@@ -354,7 +354,7 @@
   <!-- This actually runs the tests -->
   <target name="runtest" depends="testjar">
     <fail message="Your version of ant doesn't seem to have the junit task available.  I looked for org.apache.tools.ant.taskdefs.optional.junit.JUnitTask, but I couldn't find it." unless="junit.task" />
-    <junit>
+    <junit haltonerror="on">
       <formatter type="brief" usefile="false"/>
 
       <sysproperty key="server" value="${server}" />
