[jbosscache-commits] JBoss Cache SVN: r6699 - benchmarks/benchmark-fwk/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Sep 9 04:58:35 EDT 2008


Author: mircea.markus
Date: 2008-09-09 04:58:35 -0400 (Tue, 09 Sep 2008)
New Revision: 6699

Modified:
   benchmarks/benchmark-fwk/trunk/bindAddress.sh
Log:
default is an env variable

Modified: benchmarks/benchmark-fwk/trunk/bindAddress.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/bindAddress.sh	2008-09-09 08:18:31 UTC (rev 6698)
+++ benchmarks/benchmark-fwk/trunk/bindAddress.sh	2008-09-09 08:58:35 UTC (rev 6699)
@@ -1,5 +1,5 @@
 #!/bin/sh
 
 ### Set your bind address for the tests to use. Could be an IP, host name or a reference to an environment variable.
-BIND_ADDRESS=127.0.0.1
+BIND_ADDRESS=${MYTESTIP_2}
 




More information about the jbosscache-commits mailing list