diff options
Diffstat (limited to 'cpp/src/tests/cluster_python_tests')
-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 |