summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/allhosts
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-09-30 20:06:12 +0000
committerAlan Conway <aconway@apache.org>2010-09-30 20:06:12 +0000
commitb16cbcc887f0b21a9f1efed5e731ef71e42d0141 (patch)
tree2758fbd3f94a352bcadab70f6aed432ad2ed69a9 /qpid/cpp/src/tests/allhosts
parentb7323d923cfddd71e8efd5c16055239263fbef18 (diff)
downloadqpid-python-b16cbcc887f0b21a9f1efed5e731ef71e42d0141.tar.gz
qpid-test-cluster: script to start a multi-host test cluster.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1003229 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/allhosts')
-rwxr-xr-xqpid/cpp/src/tests/allhosts2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/allhosts b/qpid/cpp/src/tests/allhosts
index 0d244e8b69..4a4a4c6e54 100755
--- a/qpid/cpp/src/tests/allhosts
+++ b/qpid/cpp/src/tests/allhosts
@@ -54,7 +54,7 @@ trap "rm -f $OK_FILE" EXIT
do_ssh() {
h=$1; shift
if test $SUFFIX ; then ssh $SSHOPTS $h "$@" &> $h.$SUFFIX
- else ssh $SSHOPTS $h "$@"; fi || { echo "allhosts: error on $h"; rm -rf $OK_FILE; }
+ else ssh $SSHOPTS $h "$@"; fi || rm -rf $OK_FILE;
}
for h in $HOSTS ; do