summaryrefslogtreecommitdiff
path: root/qpid/java/testkit/bin/setenv.sh
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2008-07-07 18:01:37 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2008-07-07 18:01:37 +0000
commit9018a2fd309658a4b2fa10078a9efb463060da1b (patch)
treeeb0eeaa319beff3a9931369a26e00a65610aff17 /qpid/java/testkit/bin/setenv.sh
parent020bb86c82465f10d1e4ae29e72e28c0465c05d2 (diff)
downloadqpid-python-9018a2fd309658a4b2fa10078a9efb463060da1b.tar.gz
This is related to QPId-1161.
Modified the soak tests to print latency samples and throughput rates for every iteration. Added run_soak_client.sh soak_report.sh as an example of how to use soak test and produce a report. Modified other scripts to add comments. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@674569 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/testkit/bin/setenv.sh')
-rw-r--r--qpid/java/testkit/bin/setenv.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/qpid/java/testkit/bin/setenv.sh b/qpid/java/testkit/bin/setenv.sh
index da039271a3..24135e711b 100644
--- a/qpid/java/testkit/bin/setenv.sh
+++ b/qpid/java/testkit/bin/setenv.sh
@@ -18,9 +18,7 @@
# under the License.
#
-# Helper script to set classpath for running Qpid example classes
-# NB: You must add the Qpid client and common jars to your CLASSPATH
-# before running this script
+# Compiles the test classes and sets the CLASSPATH
# check for QPID_TEST_HOME
if [ "$QPID_TEST_HOME" = "" ] ; then