summaryrefslogtreecommitdiff
path: root/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
commitcac7bd6b4082074b527236a0f6641d1c5f0b0035 (patch)
tree96696a9172b14c6edcde006c12fd6c7d8373052a /cpp/src/tests/allhosts
parent267376e86495a51c12e3415bf756d1e004b38962 (diff)
downloadqpid-python-cac7bd6b4082074b527236a0f6641d1c5f0b0035.tar.gz
qpid-test-cluster: script to start a multi-host test cluster.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1003229 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/allhosts')
-rwxr-xr-xcpp/src/tests/allhosts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/allhosts b/cpp/src/tests/allhosts
index 0d244e8b69..4a4a4c6e54 100755
--- a/cpp/src/tests/allhosts
+++ b/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