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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 6 10:33:02 EDT 2009


Author: pgier
Date: 2009-08-06 10:33:02 -0400 (Thu, 06 Aug 2009)
New Revision: 92065

Modified:
   trunk/testsuite/build.xml
Log:
Add dependency on "init" for test target.

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2009-08-06 13:09:13 UTC (rev 92064)
+++ trunk/testsuite/build.xml	2009-08-06 14:33:02 UTC (rev 92065)
@@ -3255,7 +3255,7 @@
       | Run testcases in a single directory by specifing the test directory
       | name in -Dtest=dirname in tests/dirname/test/**TestCase.class
     -->
-   <target name="test" if="test"
+   <target name="test" if="test" depends="init"
       description="Execute a single test.">
       <mkdir dir="${build.reports}"/>
       <mkdir dir="${build.testlog}"/>




More information about the jboss-cvs-commits mailing list