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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 27 09:56:43 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-08-27 09:56:43 -0400 (Wed, 27 Aug 2008)
New Revision: 77534

Modified:
   trunk/testsuite/build.xml
Log:
[JBAS-5846] Pass in server bind address as -Dnode0

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2008-08-27 12:02:09 UTC (rev 77533)
+++ trunk/testsuite/build.xml	2008-08-27 13:56:43 UTC (rev 77534)
@@ -3210,7 +3210,9 @@
    <target name="tests-aspects"
 	description="Runs the aspects tests against ALL configuration">
       <ant antfile="${aspects.root}/build-test50.xml" inheritAll="false" dir="${aspects.root}"/>
-      <ant antfile="${aspects.root}/build-test50.xml" inheritAll="false" dir="${aspects.root}" target="tests"/>
+      <ant antfile="${aspects.root}/build-test50.xml" inheritAll="false" dir="${aspects.root}" target="tests">
+      	<property name="node0" value="${node0}"/>
+   	</ant>
    </target>
 
    <target name="validate-server-configs"




More information about the jboss-cvs-commits mailing list