diff options
Diffstat (limited to 'cpp/src/tests/allhosts')
| -rwxr-xr-x | cpp/src/tests/allhosts | 2 |
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 |
