[jboss-cvs] JBossAS SVN: r62512 - branches/JBoss_3_2_6_CP/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 24 11:13:35 EDT 2007


Author: jaroslaw.kijanowski
Date: 2007-04-24 11:13:35 -0400 (Tue, 24 Apr 2007)
New Revision: 62512

Modified:
   branches/JBoss_3_2_6_CP/testsuite/build.xml
Log:
fix compatibility matrix

Modified: branches/JBoss_3_2_6_CP/testsuite/build.xml
===================================================================
--- branches/JBoss_3_2_6_CP/testsuite/build.xml	2007-04-24 13:10:15 UTC (rev 62511)
+++ branches/JBoss_3_2_6_CP/testsuite/build.xml	2007-04-24 15:13:35 UTC (rev 62512)
@@ -6293,7 +6293,6 @@
   &mqstress;
     <target name="tests-matrix"
       description="Executes only the version check compatibility suite. Use -Dmatrix-versions=[version container] for this task" depends="maybejars" if="matrix-versions">
-      <antcall target="tests-standard-unit-matrix"/>
       <start-jboss conf="all" jvmargs="-Xmx128m"/>
       <wait-on-host/>
       <antcall target="tests-standard-unit-matrix"/>
@@ -6330,6 +6329,7 @@
 
     <target name="execute-matrix-unit-target">
             <echo message=">>>>>> Executing test=${test-name} filter=${parameter-filter}"/>
+            <mkdir dir="${build.reports}"/>
             <pathconvert pathSep="," dirSep="/" property="jbosstest.hometest">
                 <path location="${build.classes}"/>
             </pathconvert>




More information about the jboss-cvs-commits mailing list