[jboss-svn-commits] JBL Code SVN: r25133 - labs/jbosstm/trunk/XTS/localjunit.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Feb 6 06:28:44 EST 2009


Author: istudens at redhat.com
Date: 2009-02-06 06:28:42 -0500 (Fri, 06 Feb 2009)
New Revision: 25133

Modified:
   labs/jbosstm/trunk/XTS/localjunit/run-tests.xml
Log:
JBQA-2039, halt on error set to false

Modified: labs/jbosstm/trunk/XTS/localjunit/run-tests.xml
===================================================================
--- labs/jbosstm/trunk/XTS/localjunit/run-tests.xml	2009-02-06 10:57:07 UTC (rev 25132)
+++ labs/jbosstm/trunk/XTS/localjunit/run-tests.xml	2009-02-06 11:28:42 UTC (rev 25133)
@@ -51,7 +51,7 @@
         <attribute name="serverUrl" />
         <attribute name="outfile" />
         <sequential>
-            <junit printsummary="yes" haltonfailure="yes" fork="true" dir="." maxmemory="256m" showoutput="yes">
+            <junit printsummary="yes" haltonfailure="no" fork="true" dir="." maxmemory="256m" showoutput="yes">
                 <classpath>
                     <path refid="tests.classpath"/>
                 </classpath>




More information about the jboss-svn-commits mailing list