From 98a1ec7556b70d57a7ec1312cbb47d0f4f9763be Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 30 Sep 2010 20:06:36 +0000 Subject: Improvements to output & message distribution for qpid-cpp-benchmark. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1003231 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 4a4a4c6e54..e43571aed4 100755 --- a/cpp/src/tests/allhosts +++ b/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" ;; -- cgit v1.2.1