From a3709f81e551d9df037b90a387d64312c545bfa9 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 7 May 2010 16:16:41 +0000 Subject: Skip cluster_python_tests if cluster services are not running. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@942141 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/cluster_python_tests | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'qpid/cpp/src/tests/cluster_python_tests') diff --git a/qpid/cpp/src/tests/cluster_python_tests b/qpid/cpp/src/tests/cluster_python_tests index 8d859ce027..9d9137ed57 100755 --- a/qpid/cpp/src/tests/cluster_python_tests +++ b/qpid/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