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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Apr 26 02:28:37 EDT 2012


Author: tomjenkinson
Date: 2012-04-26 02:28:35 -0400 (Thu, 26 Apr 2012)
New Revision: 38060

Modified:
   labs/jbosstm/branches/JBOSSTS_4_16/qa/run-tests.xml
Log:
Updated to fail the build on test failure

Modified: labs/jbosstm/branches/JBOSSTS_4_16/qa/run-tests.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/qa/run-tests.xml	2012-04-26 04:56:24 UTC (rev 38059)
+++ labs/jbosstm/branches/JBOSSTS_4_16/qa/run-tests.xml	2012-04-26 06:28:35 UTC (rev 38060)
@@ -320,7 +320,7 @@
       <echo message="Running junit test group @{tests} from basedir=${basedir}"/>
       <!-- 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" errorproperty="failed-tests">
+      <junit printsummary="yes" haltonfailure="no" fork="true" dir="${basedir}" showoutput="false" failureproperty="failed-tests">
         <classpath>
           <!--
                 This is the classpath for the test framework, not the test components e.g. clients/servers.



More information about the jboss-svn-commits mailing list