[jboss-cvs] JBoss Messaging SVN: r4557 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 23 10:09:12 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-06-23 10:09:12 -0400 (Mon, 23 Jun 2008)
New Revision: 4557

Modified:
   trunk/build-messaging.xml
Log:
simple change to make it easier to run individual tests or packages on emma

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2008-06-23 13:52:26 UTC (rev 4556)
+++ trunk/build-messaging.xml	2008-06-23 14:09:12 UTC (rev 4557)
@@ -826,10 +826,11 @@
                     haltonerror="${junit.batchtest.haltonerror}">
             <formatter type="plain" usefile="${junit.formatter.usefile}"/>
             <fileset dir="${test.classes.dir}">
-               <include name="**/org/jboss/messaging/tests/integration/**/*${test-mask}.class"/>
-               <include name="**/org/jboss/messaging/tests/unit/**/*${test-mask}.class"/>
-               <exclude name="**/org/jboss/messaging/tests/local/**/*${test-mask}.class"/>
-               <exclude name="**/org/jboss/messaging/tests/performance/**/*${test-mask}.class"/>
+               <include name="${test-mask}"/>
+               <include name="**/org/jboss/messaging/tests/integration/**/${test-mask}.class"/>
+               <include name="**/org/jboss/messaging/tests/unit/**/${test-mask}.class"/>
+               <exclude name="**/org/jboss/messaging/tests/local/**/${test-mask}.class"/>
+               <exclude name="**/org/jboss/messaging/tests/performance/**/${test-mask}.class"/>
             </fileset>
          </batchtest>
       </junit>




More information about the jboss-cvs-commits mailing list