From 564e4b671d48cdc2f2c2806631c98bf9612007ea Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 14 May 2010 17:46:52 +0000 Subject: Skip cluster part of ssl_test if cluster not enabled. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@944356 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/ssl_test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src') diff --git a/cpp/src/tests/ssl_test b/cpp/src/tests/ssl_test index b813233533..4863eb90c7 100755 --- a/cpp/src/tests/ssl_test +++ b/cpp/src/tests/ssl_test @@ -84,6 +84,8 @@ test "$MSG" = "hello" || { echo "receive failed '$MSG' != 'hello'"; exit 1; } test -z $CLUSTER_LIB && exit 0 # Exit if cluster not supported. ## Test failover in a cluster using SSL only +. $srcdir/ais_check # Will exit if clustering not enabled. + pick_port() { # We need a fixed port to set --cluster-url. Use qpidd to pick a free port. PICK=`../qpidd --no-module-dir -dp0` -- cgit v1.2.1