summaryrefslogtreecommitdiff
path: root/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
commit03fdb8e9e281cc317099fdcf67d05098b9d38131 (patch)
tree2805fbfef193089797071c87f276b919414c2c77 /cpp/src/tests/clustered_replication_test
parentfdba1a9ed5074286fe58ebf9be543bbebea0bb79 (diff)
downloadqpid-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-xcpp/src/tests/clustered_replication_test8
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