From 1e7dc5af01797ae5ef9a6568cf555cc4be86bd79 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 14 Aug 2008 21:12:50 +0000 Subject: 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 --- cpp/src/tests/start_cluster | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src') 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