From 61ff23e1eddde026f06072e5579d074a700ab52b Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 7 May 2010 16:16:26 +0000 Subject: Skip cluster_python_tests if cluster services are not running. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@942141 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/cluster_python_tests | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpp/src/tests/cluster_python_tests') diff --git a/cpp/src/tests/cluster_python_tests b/cpp/src/tests/cluster_python_tests index 8d859ce027..9d9137ed57 100755 --- a/cpp/src/tests/cluster_python_tests +++ b/cpp/src/tests/cluster_python_tests @@ -19,7 +19,9 @@ # under the License. # -# +# Skip if cluster services not running. +. `dirname $0`/ais_check + FAILING=`dirname $0`/cluster_python_tests_failing.txt source `dirname $0`/python_tests -- cgit v1.2.1