diff options
author | Alan Conway <aconway@apache.org> | 2009-02-13 14:43:46 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2009-02-13 14:43:46 +0000 |
commit | 3228a46c865ce9f207d416d1c7483ec26cb1e4f3 (patch) | |
tree | cac73cee90a9b0d5bcb8793ac865511ea45e80c4 /cpp/src | |
parent | 1f7ae0217d53c33eaa5b078e7b4b8aca2a479122 (diff) | |
download | qpid-python-3228a46c865ce9f207d416d1c7483ec26cb1e4f3.tar.gz |
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
Diffstat (limited to 'cpp/src')
-rwxr-xr-x | cpp/src/tests/start_cluster | 2 |
1 files changed, 1 insertions, 1 deletions
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<SIZE; ++i )); do PORT=`with_ais_group ../qpidd -p0 --log-to-file=cluster$i.log $OPTS` || exit 1 |