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
commit1e7dc5af01797ae5ef9a6568cf555cc4be86bd79 (patch)
tree3d8014c5e7a50e69cb4cd38edd85341c8c507202
parent6c462aa1a0fefc5d85f8f44240b12ec57e188683 (diff)
downloadqpid-python-1e7dc5af01797ae5ef9a6568cf555cc4be86bd79.tar.gz
Stop prevoius qpidd before runing singleton cluster.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@686043 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xcpp/src/tests/start_cluster1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/start_cluster b/cpp/src/tests/start_cluster
index 9698a512c9..55f989a3e9 100755
--- a/cpp/src/tests/start_cluster
+++ b/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