[jboss-cvs] JBossAS SVN: r87106 - branches/Branch_5_x/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Apr 10 00:28:28 EDT 2009
Author: smcgowan at redhat.com
Date: 2009-04-10 00:28:28 -0400 (Fri, 10 Apr 2009)
New Revision: 87106
Modified:
branches/Branch_5_x/testsuite/build.xml
Log:
JBAS-6759 - minimal config fails to shutdown, affecting all test runs, commenting out temporarily
Modified: branches/Branch_5_x/testsuite/build.xml
===================================================================
--- branches/Branch_5_x/testsuite/build.xml 2009-04-09 22:30:22 UTC (rev 87105)
+++ branches/Branch_5_x/testsuite/build.xml 2009-04-10 04:28:28 UTC (rev 87106)
@@ -970,7 +970,9 @@
depends="maybejars">
<record name="${basedir}/output/tests.log" append="no" action="start" loglevel="info"/>
<property name="nojars" value="true"/>
+<!--
<antcall target="jboss-minimal-tests" />
+-->
<antcall target="jboss-all-config-tests"/>
<antcall target="tests-profileservice"/>
<antcall target="tests-bootstrap-dependencies"/>
More information about the jboss-cvs-commits
mailing list