You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by mm...@apache.org on 2004/10/27 19:37:37 UTC

svn commit: rev 55720 - incubator/beehive/trunk/wsm/drt

Author: mmerz
Date: Wed Oct 27 10:37:36 2004
New Revision: 55720

Modified:
   incubator/beehive/trunk/wsm/drt/build.xml
Log:
Halting the build if the WSM drt has failures or errors.

Contributor: Jonathan Colwell



Modified: incubator/beehive/trunk/wsm/drt/build.xml
==============================================================================
--- incubator/beehive/trunk/wsm/drt/build.xml	(original)
+++ incubator/beehive/trunk/wsm/drt/build.xml	Wed Oct 27 10:37:36 2004
@@ -102,7 +102,7 @@
 
     <target name="run-drt">
         <echo message="** junit logfiles written to ${drt.logs} **" />
-        <junit haltonerror="off" printsummary="on" tempdir="${build.dir}" fork="yes">
+        <junit haltonfailure="on" printsummary="on" tempdir="${build.dir}" fork="yes">
             <classpath>
                 <pathelement location= "${build.tests}"/>
                 <path refid="drt.classpath"/>