diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2008-07-07 04:03:26 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2008-07-07 04:03:26 +0000 |
| commit | 1ba58fe541a0c7373d3e0948bf54562655c3b4cd (patch) | |
| tree | 0ccf864b53e0d7693bcdba06c9b198b4b18dcffb /java/testkit | |
| parent | 1be3f99141dbf1518b897a41193c7b7983915f37 (diff) | |
| download | qpid-python-1ba58fe541a0c7373d3e0948bf54562655c3b4cd.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/qpid@674392 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/testkit')
| -rw-r--r-- | java/testkit/bin/run_pub.sh | 2 | ||||
| -rw-r--r-- | java/testkit/bin/run_sub.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/java/testkit/bin/run_pub.sh b/java/testkit/bin/run_pub.sh index a2a67118c5..2f3150d554 100644 --- a/java/testkit/bin/run_pub.sh +++ b/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/java/testkit/bin/run_sub.sh b/java/testkit/bin/run_sub.sh index 232b954c39..6e32451c34 100644 --- a/java/testkit/bin/run_sub.sh +++ b/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 |
