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 | 58a9619fe9fd83fcf806ea1ae716a0e0091a821d (patch) | |
| tree | 916754a9d05271336d69501219f472167c82a0cc /qpid/cpp/src/tests/clustered_replication_test | |
| parent | cff7f8e8b36ee19947171a36a304eaa98dcccf8a (diff) | |
| download | qpid-python-58a9619fe9fd83fcf806ea1ae716a0e0091a821d.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@778751 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/clustered_replication_test')
| -rwxr-xr-x | qpid/cpp/src/tests/clustered_replication_test | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/clustered_replication_test b/qpid/cpp/src/tests/clustered_replication_test index 7afda87733..cc331957ad 100755 --- a/qpid/cpp/src/tests/clustered_replication_test +++ b/qpid/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 |
