diff options
author | Alan Conway <aconway@apache.org> | 2010-05-07 16:16:26 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-05-07 16:16:26 +0000 |
commit | 61ff23e1eddde026f06072e5579d074a700ab52b (patch) | |
tree | 44572152792714cc07ebfd438d18e32fc76313fd /cpp/src | |
parent | d996010af053e9deda93a363c2420fa2e480eacd (diff) | |
download | qpid-python-61ff23e1eddde026f06072e5579d074a700ab52b.tar.gz |
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
Diffstat (limited to 'cpp/src')
-rwxr-xr-x | cpp/src/tests/cluster_python_tests | 4 |
1 files changed, 3 insertions, 1 deletions
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 |