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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 14 12:04:32 EDT 2008


Author: adrian at jboss.org
Date: 2008-04-14 12:04:31 -0400 (Mon, 14 Apr 2008)
New Revision: 72190

Modified:
   trunk/testsuite/build.xml
Log:
Update the test log config to be consistent with log4j.xml

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2008-04-14 15:57:59 UTC (rev 72189)
+++ trunk/testsuite/build.xml	2008-04-14 16:04:31 UTC (rev 72190)
@@ -257,7 +257,7 @@
    <property name="build.resources" value="${module.output}/resources"/>
    <property name="build.stylesheets" value="${module.output}/stylesheets"/>
    <property name="build.reports" value="${module.output}/reports"/>
-   <property name="build.testlog" value="${module.output}/log"/>
+   <property name="build.testlog" value="${java.io.tmpdir}"/>
    <property name="build.gen-src" value="${module.output}/gen-src/"/>
 
    <!-- Install/Release structure -->




More information about the jboss-cvs-commits mailing list