From 3228a46c865ce9f207d416d1c7483ec26cb1e4f3 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 13 Feb 2009 14:43:46 +0000 Subject: Add --no-module-dir to start_cluster script. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@744129 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/start_cluster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests/start_cluster') diff --git a/cpp/src/tests/start_cluster b/cpp/src/tests/start_cluster index a9b45421cb..4f0516500c 100755 --- a/cpp/src/tests/start_cluster +++ b/cpp/src/tests/start_cluster @@ -32,7 +32,7 @@ test -f cluster.ports && { echo "cluster.ports file already exists" ; exit 1; } rm -f cluster*.log SIZE=${1:-1}; shift CLUSTER=`pwd` # Cluster name=pwd, avoid clashes. -OPTS="-d --load-module ../.libs/cluster.so --cluster-name=$CLUSTER --no-data-dir --auth=no $*" +OPTS="-d --no-module-dir --load-module ../.libs/cluster.so --cluster-name=$CLUSTER --no-data-dir --auth=no $*" for (( i=0; i