diff options
Diffstat (limited to 'cpp/src/tests/clustered_replication_test')
| -rwxr-xr-x | cpp/src/tests/clustered_replication_test | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/cpp/src/tests/clustered_replication_test b/cpp/src/tests/clustered_replication_test index 7afda87733..cc331957ad 100755 --- a/cpp/src/tests/clustered_replication_test +++ b/cpp/src/tests/clustered_replication_test @@ -63,9 +63,15 @@ if test -d ${PYTHON_DIR}; then if test -n "$NOGROUP" -o -n "$NOAISEXEC"; then cat <<EOF -Not running federation to cluster test because: + + =========== WARNING: NOT RUNNING AIS TESTS ============== + + Not running cluster replication test because: $NOGROUP $NOAISEXEC + + ========================================================== + EOF exit 0; fi |
