diff options
Diffstat (limited to 'cpp/src')
| -rwxr-xr-x | cpp/src/tests/start_cluster | 1 |
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 |
