summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/allhosts
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-09-30 20:06:36 +0000
committerAlan Conway <aconway@apache.org>2010-09-30 20:06:36 +0000
commit90d1a072de027f7c67d47a875047027e3ef0c0a0 (patch)
treea8f4bfee21779f550d3c670196d00b56c3dac27c /qpid/cpp/src/tests/allhosts
parent877ddb37e8874084771aaa814589b3ae4c9e020c (diff)
downloadqpid-python-90d1a072de027f7c67d47a875047027e3ef0c0a0.tar.gz
Improvements to output & message distribution for qpid-cpp-benchmark.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1003231 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 4a4a4c6e54..e43571aed4 100755
--- a/qpid/cpp/src/tests/allhosts
+++ b/qpid/cpp/src/tests/allhosts
@@ -36,7 +36,7 @@ Options:
while getopts "tl:bs:dqo:" opt; do
case $opt in
l) SSHOPTS="-l$OPTARG $SSHOPTS" ;;
- t) TERMOPT="-t" ;;
+ t) SSHOPTS="-t $SSHOPTS" ;;
b) BACKGROUND=1 ;;
d) BACKGROUND=1; DISOWN=1 ;;
s) SLEEP="sleep $OPTARG" ;;