[jboss-cvs] JBossAS SVN: r62008 - branches/Branch_4_2/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Apr 2 16:48:38 EDT 2007
Author: stan.silvert at jboss.com
Date: 2007-04-02 16:48:38 -0400 (Mon, 02 Apr 2007)
New Revision: 62008
Modified:
branches/Branch_4_2/testsuite/build.xml
Log:
JBAS-3726 Add jboss.dist system prop to tests-standard-unit target.
Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml 2007-04-02 20:47:15 UTC (rev 62007)
+++ branches/Branch_4_2/testsuite/build.xml 2007-04-02 20:48:38 UTC (rev 62008)
@@ -1373,6 +1373,7 @@
<jvmarg value="${junit.jvm.options}"/>
<!-- Used for JGroups -->
<jvmarg value="-Dbind.address=${node0}"/>
+ <sysproperty key="jboss.dist" value="${jboss.dist}"/>
<sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/>
<sysproperty key="build.testlog" value="${build.testlog}"/>
<sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/>
More information about the jboss-cvs-commits
mailing list