[jboss-cvs] JBossAS SVN: r60973 - branches/Branch_4_2/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Feb 27 21:43:52 EST 2007
Author: bstansberry at jboss.com
Date: 2007-02-27 21:43:52 -0500 (Tue, 27 Feb 2007)
New Revision: 60973
Modified:
branches/Branch_4_2/testsuite/build.xml
Log:
Ensure any udpGroup value is available to the test case
Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml 2007-02-27 23:41:17 UTC (rev 60972)
+++ branches/Branch_4_2/testsuite/build.xml 2007-02-28 02:43:52 UTC (rev 60973)
@@ -72,7 +72,9 @@
<!-- A blank value will prevent the -u option from being passed -->
<!-- Override this in the local.properties or pass to Ant as -DupdGroup=128.x.x.x -->
<property name="udpGroup" value=""/>
-
+ <!-- Same thing, but passed to the client -->
+ <property name="jbosstest.udpGroup" value="${udpGroup}"/>
+
<!-- =================== -->
<!-- Basic Configuration -->
<!-- =================== -->
More information about the jboss-cvs-commits
mailing list