[jboss-cvs] JBossAS SVN: r97422 - branches/JBPAPP_4_2_0_GA_CP_IPV6/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 3 12:44:03 EST 2009


Author: rachmatowicz at jboss.com
Date: 2009-12-03 12:44:03 -0500 (Thu, 03 Dec 2009)
New Revision: 97422

Modified:
   branches/JBPAPP_4_2_0_GA_CP_IPV6/ejb3/build-test.xml
Log:
Fix log4j logging so that it doesn't destroy the logging of each test case.


Modified: branches/JBPAPP_4_2_0_GA_CP_IPV6/ejb3/build-test.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP_IPV6/ejb3/build-test.xml	2009-12-03 17:21:26 UTC (rev 97421)
+++ branches/JBPAPP_4_2_0_GA_CP_IPV6/ejb3/build-test.xml	2009-12-03 17:44:03 UTC (rev 97422)
@@ -3956,7 +3956,7 @@
       <mkdir dir="${build.reports}"/>
       <mkdir dir="${build.testlog}"/>
       <!-- Remove the test.log so each run has a fresh log -->
-      <delete file="${build.testlog}/test.log"/>
+      <!-- <delete file="${build.testlog}/test.log"/> -->
 
       <!-- These tests need extra stuff on classpath -->
       <condition property="client.run.classpath" value="security.client.classpath">




More information about the jboss-cvs-commits mailing list