diff options
author | Kim van der Riet <kpvdr@apache.org> | 2009-05-26 15:30:47 +0000 |
---|---|---|
committer | Kim van der Riet <kpvdr@apache.org> | 2009-05-26 15:30:47 +0000 |
commit | 03fdb8e9e281cc317099fdcf67d05098b9d38131 (patch) | |
tree | 2805fbfef193089797071c87f276b919414c2c77 /cpp/src/tests/clustered_replication_test | |
parent | fdba1a9ed5074286fe58ebf9be543bbebea0bb79 (diff) | |
download | qpid-python-03fdb8e9e281cc317099fdcf67d05098b9d38131.tar.gz |
Added installable python cluster tests that can be run from an external store build/test environment and can test persistent clusters.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@778751 13f79535-47bb-0310-9956-ffa450edef68
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 |