From 9bf82c2c8c45a5228643a285f8db0b1061a69ad9 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 18 Jun 2008 17:53:30 +0000 Subject: Bring cluster code up to date. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@669236 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/start_cluster | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cpp/src/tests/start_cluster') diff --git a/cpp/src/tests/start_cluster b/cpp/src/tests/start_cluster index 03fb671bdf..876913bc2d 100755 --- a/cpp/src/tests/start_cluster +++ b/cpp/src/tests/start_cluster @@ -9,10 +9,11 @@ test -z "$*" && { echo "Usage: $0 cluster-size [options]"; exit 1; } rm -f cluster*.log cluster.ports SIZE=$1 shift -OPTS=$* CLUSTER=`whoami` # Cluster name=user name, avoid clashes. +OPTS="--load-module ../.libs/libqpidcluster.so -dp0 --log-output=cluster$i.log --cluster-name=$CLUSTER --no-data-dir --auth=no $*" + for (( i=0; i> cluster.ports done -- cgit v1.2.1