diff options
| author | Alan Conway <aconway@apache.org> | 2010-09-30 20:06:36 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-09-30 20:06:36 +0000 |
| commit | 98a1ec7556b70d57a7ec1312cbb47d0f4f9763be (patch) | |
| tree | 287af90e8c61583ce42b7fa094d281c8be4b96b6 /cpp/src/tests/allhosts | |
| parent | 2d6b93f90a82155fcae42c8bb941591764a79090 (diff) | |
| download | qpid-python-98a1ec7556b70d57a7ec1312cbb47d0f4f9763be.tar.gz | |
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
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 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" ;; |
