[jboss-cvs] JBossAS SVN: r95140 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 19 16:01:36 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-10-19 16:01:36 -0400 (Mon, 19 Oct 2009)
New Revision: 95140

Modified:
   trunk/testsuite/build.xml
Log:
[JBAS-7247] Make tests-all-classloader-leak depend on "maybejars" so hudson gets a build

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2009-10-19 19:46:12 UTC (rev 95139)
+++ trunk/testsuite/build.xml	2009-10-19 20:01:36 UTC (rev 95140)
@@ -3170,7 +3170,7 @@
    
 	<!-- Convenience target to run both single-node and clustered classloader 
 	     leak tests. See JBAS-7247. -->
-   <target name="tests-all-classloader-leak" depends="init">
+   <target name="tests-all-classloader-leak" depends="maybejars">
      <antcall target="tests-classloader-leak" inheritRefs="true"/>
      <antcall target="tests-clustered-classloader-leak" inheritRefs="true"/>
    </target>




More information about the jboss-cvs-commits mailing list