summaryrefslogtreecommitdiff
path: root/cpp/src/tests/start_cluster
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-09-12 18:07:47 +0000
committerAlan Conway <aconway@apache.org>2008-09-12 18:07:47 +0000
commitebb59131b198b693c5774dd51656fec520ddd770 (patch)
tree688cbbfe3aae8874156cd2ac2bf9430ef3af19df /cpp/src/tests/start_cluster
parentad8e400b786c5868d4e0d2aa880625240e44e311 (diff)
downloadqpid-python-ebb59131b198b693c5774dd51656fec520ddd770.tar.gz
Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@694758 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/start_cluster')
-rwxr-xr-xcpp/src/tests/start_cluster2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/start_cluster b/cpp/src/tests/start_cluster
index 6d254190df..0c1722e566 100755
--- a/cpp/src/tests/start_cluster
+++ b/cpp/src/tests/start_cluster
@@ -12,7 +12,7 @@ test -f cluster.ports && { echo "cluster.ports file already exists" ; exit 1; }
rm -f cluster*.log
SIZE=$1; shift
CLUSTER=`pwd` # Cluster name=pwd, avoid clashes.
-OPTS="-d --load-module ../.libs/libqpidcluster.so --cluster-name=$CLUSTER --no-data-dir --auth=no $*"
+OPTS="-d --load-module ../.libs/cluster.so --cluster-name=$CLUSTER --no-data-dir --auth=no $*"
if test "$SIZE" = "one"; then # Special case of singleton cluster, use default port.
../qpidd -q