You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2008/08/14 23:12:51 UTC

svn commit: r686043 - /incubator/qpid/trunk/qpid/cpp/src/tests/start_cluster

Author: aconway
Date: Thu Aug 14 14:12:50 2008
New Revision: 686043

URL: http://svn.apache.org/viewvc?rev=686043&view=rev
Log:
Stop prevoius qpidd before runing  singleton cluster.

Modified:
    incubator/qpid/trunk/qpid/cpp/src/tests/start_cluster

Modified: incubator/qpid/trunk/qpid/cpp/src/tests/start_cluster
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/tests/start_cluster?rev=686043&r1=686042&r2=686043&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/tests/start_cluster (original)
+++ incubator/qpid/trunk/qpid/cpp/src/tests/start_cluster Thu Aug 14 14:12:50 2008
@@ -15,6 +15,7 @@
 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