summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/clustered_replication_test
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2009-05-26 15:30:47 +0000
committerKim van der Riet <kpvdr@apache.org>2009-05-26 15:30:47 +0000
commit58a9619fe9fd83fcf806ea1ae716a0e0091a821d (patch)
tree916754a9d05271336d69501219f472167c82a0cc /qpid/cpp/src/tests/clustered_replication_test
parentcff7f8e8b36ee19947171a36a304eaa98dcccf8a (diff)
downloadqpid-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-xqpid/cpp/src/tests/clustered_replication_test8
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