[jboss-cvs] JBossAS SVN: r78168 - trunk/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Sep 8 02:22:06 EDT 2008
Author: akostadinov
Date: 2008-09-08 02:22:06 -0400 (Mon, 08 Sep 2008)
New Revision: 78168
Modified:
trunk/testsuite/build.xml
Log:
use basedir like suggested in https://issues.apache.org/bugzilla/show_bug.cgi?id=17781
Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml 2008-09-08 05:32:00 UTC (rev 78167)
+++ trunk/testsuite/build.xml 2008-09-08 06:22:06 UTC (rev 78168)
@@ -926,7 +926,7 @@
-->
<target name="tests" description="Execute all non-benchmark tests."
depends="maybejars">
- <record name="output/tests.log" append="no" action="start" loglevel="info"/>
+ <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"/>
@@ -957,7 +957,7 @@
<antcall target="tests-web-profile"/>
<antcall target="tests-report"/>
<!--
- <record name="output/tests.log" action="stop"/>
+ <record name="${basedir}/output/tests.log" action="stop"/>
-->
<condition property="servers.shutdown.failed">
<and>
More information about the jboss-cvs-commits
mailing list