summaryrefslogtreecommitdiff
path: root/qpid/java/testkit
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2008-07-07 04:03:26 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2008-07-07 04:03:26 +0000
commitc9e64903737db235846937e1cfec88d3b85d954f (patch)
tree2207e2df533c037da4920b7db531ab9ddca988bb /qpid/java/testkit
parent5f74705f9799b44d6688a59f67c4ae945f5d85d6 (diff)
downloadqpid-python-c9e64903737db235846937e1cfec88d3b85d954f.tar.gz
This is related to QPID-1161.
Added the absolute path to setevn.sh, so that the following scripts can be called from any location. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@674392 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/testkit')
-rw-r--r--qpid/java/testkit/bin/run_pub.sh2
-rw-r--r--qpid/java/testkit/bin/run_sub.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/testkit/bin/run_pub.sh b/qpid/java/testkit/bin/run_pub.sh
index a2a67118c5..2f3150d554 100644
--- a/qpid/java/testkit/bin/run_pub.sh
+++ b/qpid/java/testkit/bin/run_pub.sh
@@ -22,7 +22,7 @@
# NB: You must add the Qpid client and common jars to your CLASSPATH
# before running this script
-. setenv.sh
+. $QPID_TEST_HOME/bin/setenv.sh
echo "$@"
$JAVA_HOME/bin/java -cp $CLASSPATH $@ org.apache.qpid.testkit.perf.PerfProducer
diff --git a/qpid/java/testkit/bin/run_sub.sh b/qpid/java/testkit/bin/run_sub.sh
index 232b954c39..6e32451c34 100644
--- a/qpid/java/testkit/bin/run_sub.sh
+++ b/qpid/java/testkit/bin/run_sub.sh
@@ -22,7 +22,7 @@
# NB: You must add the Qpid client and common jars to your CLASSPATH
# before running this script
-. setenv.sh
+. $QPID_TEST_HOME/bin/setenv.sh
echo "$@"
$JAVA_HOME/bin/java -cp $CLASSPATH $@ org.apache.qpid.testkit.perf.PerfConsumer