[jboss-svn-commits] JBL Code SVN: r37682 - labs/jbosstm/branches/JBOSSTS_4_15_0_Final/qa.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Oct 27 09:18:45 EDT 2011


Author: tomjenkinson
Date: 2011-10-27 09:18:44 -0400 (Thu, 27 Oct 2011)
New Revision: 37682

Modified:
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/qa/run-tests.xml
Log:
updated to fail the build if the qa tests fail

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/qa/run-tests.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/qa/run-tests.xml	2011-10-27 08:29:26 UTC (rev 37681)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/qa/run-tests.xml	2011-10-27 13:18:44 UTC (rev 37682)
@@ -365,7 +365,7 @@
 
         <!-- this runs forked because the product config file it uses has relative paths in it, so we need to guarantee
             the working dir is the same as the location of this script. -->
-        <junit printsummary="yes" haltonfailure="no" fork="true" dir="${basedir}" showoutput="false">
+        <junit printsummary="yes" haltonfailure="yes" fork="true" dir="${basedir}" showoutput="false">
             <classpath>
 
                 <!--



More information about the jboss-svn-commits mailing list