[gatein-commits] gatein SVN: r6151 - components/wci/trunk/test/servers/src/common/resources.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Mar 31 12:42:54 EDT 2011


Author: mwringe
Date: 2011-03-31 12:42:54 -0400 (Thu, 31 Mar 2011)
New Revision: 6151

Modified:
   components/wci/trunk/test/servers/src/common/resources/common.xml
Log:
Make jboss-unit fail if an error occurs (this should really be the default).

Modified: components/wci/trunk/test/servers/src/common/resources/common.xml
===================================================================
--- components/wci/trunk/test/servers/src/common/resources/common.xml	2011-03-31 14:50:28 UTC (rev 6150)
+++ components/wci/trunk/test/servers/src/common/resources/common.xml	2011-03-31 16:42:54 UTC (rev 6151)
@@ -139,7 +139,7 @@
 
       <taskdef name="jboss-unit" classname="org.jboss.unit.tooling.ant.JBossUnitTask" classpath="${plugin_classpath}"/>
 
-      <jboss-unit>
+      <jboss-unit failOnError="true">
 
         <tests config="${target.dir}/test-classes/config/remote-jboss-unit.xml">
                     <property name="archivePath" value="${test.archive.path}"/>



More information about the gatein-commits mailing list