From c9e64903737db235846937e1cfec88d3b85d954f Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Mon, 7 Jul 2008 04:03:26 +0000 Subject: 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 --- qpid/java/testkit/bin/run_pub.sh | 2 +- qpid/java/testkit/bin/run_sub.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/java') 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 -- cgit v1.2.1