summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-02-13 14:43:46 +0000
committerAlan Conway <aconway@apache.org>2009-02-13 14:43:46 +0000
commitc82b4f9475ecb2a62b6517f1b10fbefd69431600 (patch)
treedbf29178618d85512cc2436275559a86bbd8126b
parent448e6bff629c2d8d9b3cbd7c39d8eefd2b33c06e (diff)
downloadqpid-python-c82b4f9475ecb2a62b6517f1b10fbefd69431600.tar.gz
Add --no-module-dir to start_cluster script.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@744129 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xqpid/cpp/src/tests/start_cluster2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/start_cluster b/qpid/cpp/src/tests/start_cluster
index a9b45421cb..4f0516500c 100755
--- a/qpid/cpp/src/tests/start_cluster
+++ b/qpid/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<SIZE; ++i )); do
PORT=`with_ais_group ../qpidd -p0 --log-to-file=cluster$i.log $OPTS` || exit 1