summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-08-14 21:12:50 +0000
committerAlan Conway <aconway@apache.org>2008-08-14 21:12:50 +0000
commit3d49c6c787d8a7eb34ab4b7b502721db028d8aa6 (patch)
treef25220df8c3ceb081f54eb821f3f1a28a62eb8fa
parent55a7da18fc6a4933677efd26a9fa634dce2dda26 (diff)
downloadqpid-python-3d49c6c787d8a7eb34ab4b7b502721db028d8aa6.tar.gz
Stop prevoius qpidd before runing singleton cluster.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@686043 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xqpid/cpp/src/tests/start_cluster1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/start_cluster b/qpid/cpp/src/tests/start_cluster
index 9698a512c9..55f989a3e9 100755
--- a/qpid/cpp/src/tests/start_cluster
+++ b/qpid/cpp/src/tests/start_cluster
@@ -15,6 +15,7 @@ CLUSTER=`pwd` # Cluster name=pwd, avoid clashes.
OPTS="-d --load-module ../.libs/libqpidcluster.so --cluster-name=$CLUSTER --no-data-dir --auth=no $*"
if test "$SIZE" = "one"; then # Special case of singleton cluster, use default port.
+ ../qpidd -q
with_ais_group ../qpidd $OPTS || exit 1
else
for (( i=0; i<SIZE; ++i )); do