diff options
author | Alan Conway <aconway@apache.org> | 2007-11-28 23:44:22 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-11-28 23:44:22 +0000 |
commit | 775da8d9750875533d54767f0e0630c66b5785f8 (patch) | |
tree | 499398f38f563976efca19c6f49a155badaf0f12 /cpp | |
parent | ac161c0a176aafe342d69e2203d4f36bbb96ee48 (diff) | |
download | qpid-python-775da8d9750875533d54767f0e0630c66b5785f8.tar.gz |
src/tests/perfdist: Remove useless output.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@599203 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/src/tests/perfdist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/tests/perfdist b/cpp/src/tests/perfdist index 8705cac7eb..9dcfe8c213 100755 --- a/cpp/src/tests/perfdist +++ b/cpp/src/tests/perfdist @@ -46,7 +46,6 @@ ARGS="$ARGS --npubs $NPUBS --nsubs $NSUBS" PERFTEST="`PATH=$PWD:$PATH which perftest` $ARGS" start() { - echo $1 on $2 ssh $2 $PERFTEST --$1 } |