diff options
author | Kim van der Riet <kpvdr@apache.org> | 2010-05-24 15:48:18 +0000 |
---|---|---|
committer | Kim van der Riet <kpvdr@apache.org> | 2010-05-24 15:48:18 +0000 |
commit | a496df01eec8f7c9989c6ec9fe89ea864a6b9cf9 (patch) | |
tree | 5d36063d0ad8bc5fd41217c641f63f41cd3437f4 /qpid/cpp/src/tests/ssl_test | |
parent | e99514e07282bdd6acf147a7952880a78db42544 (diff) | |
download | qpid-python-a496df01eec8f7c9989c6ec9fe89ea864a6b9cf9.tar.gz |
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
Diffstat (limited to 'qpid/cpp/src/tests/ssl_test')
-rwxr-xr-x | qpid/cpp/src/tests/ssl_test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/ssl_test b/qpid/cpp/src/tests/ssl_test index 4863eb90c7..a03341ec5b 100755 --- a/qpid/cpp/src/tests/ssl_test +++ b/qpid/cpp/src/tests/ssl_test @@ -73,7 +73,7 @@ export QPID_SSL_CERT_DB=${CERT_DIR} export QPID_SSL_CERT_PASSWORD_FILE=${CERT_PW_FILE} ## Test connection via connection settings -./perftest --count ${COUNT} --port ${PORT} -P ssl -b $TEST_HOSTNAME --summary +./qpid-perftest --count ${COUNT} --port ${PORT} -P ssl -b $TEST_HOSTNAME --summary ## Test connection with a URL URL=amqp:ssl:$TEST_HOSTNAME:$PORT |