From cac7bd6b4082074b527236a0f6641d1c5f0b0035 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 30 Sep 2010 20:06:12 +0000 Subject: 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 --- cpp/src/tests/allhosts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests/allhosts') 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 -- cgit v1.2.1