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