From a496df01eec8f7c9989c6ec9fe89ea864a6b9cf9 Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Mon, 24 May 2010 15:48:18 +0000 Subject: Changed the names of tests which are installed in /usr/bin/ to be prefixed with "qpid-". This will make these generic names easier to associate with qpid. (BZ577353) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@947678 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/run_perftest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qpid/cpp/src/tests/run_perftest') diff --git a/qpid/cpp/src/tests/run_perftest b/qpid/cpp/src/tests/run_perftest index 1a9b934641..5ad7c1ff4f 100755 --- a/qpid/cpp/src/tests/run_perftest +++ b/qpid/cpp/src/tests/run_perftest @@ -19,10 +19,10 @@ # under the License. # -# Args: count [perftest options...] -# Run a perftest with count multiplied. +# Args: count [qpid-perftest options...] +# Run a qpid-perftest with count multiplied. # MULTIPLIER=3 COUNT=`expr $1 \* $MULTIPLIER` shift -exec `dirname $0`/run_test ./perftest --summary --count $COUNT "$@" +exec `dirname $0`/run_test ./qpid-perftest --summary --count $COUNT "$@" -- cgit v1.2.1