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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 2 19:41:35 EDT 2008


Author: scott.stark at jboss.org
Date: 2008-09-02 19:41:34 -0400 (Tue, 02 Sep 2008)
New Revision: 77783

Modified:
   trunk/testsuite/build.xml
Log:
JBAS-5918, looks like the record stop is truncating the log

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2008-09-02 21:41:37 UTC (rev 77782)
+++ trunk/testsuite/build.xml	2008-09-02 23:41:34 UTC (rev 77783)
@@ -953,7 +953,9 @@
       <antcall target="tests-clustered-classloader-leak"/>
       <antcall target="tests-clustered-profileservice"/>
       <antcall target="tests-report"/>
+   	<!--
       <record name="output/tests.log" action="stop"/>
+      -->
       <condition property="servers.shutdown.failed">
          <and>
             <not><isset property="servers.shutdown.nocheck"/></not>




More information about the jboss-cvs-commits mailing list