You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ra...@apache.org on 2008/07/07 06:03:27 UTC

svn commit: r674392 - in /incubator/qpid/trunk/qpid/java/testkit/bin: run_pub.sh run_sub.sh

Author: rajith
Date: Sun Jul  6 21:03:26 2008
New Revision: 674392

URL: http://svn.apache.org/viewvc?rev=674392&view=rev
Log:
This is related to QPID-1161.
Added the absolute path to setevn.sh, so that the following scripts can be called from any location.
 

Modified:
    incubator/qpid/trunk/qpid/java/testkit/bin/run_pub.sh
    incubator/qpid/trunk/qpid/java/testkit/bin/run_sub.sh

Modified: incubator/qpid/trunk/qpid/java/testkit/bin/run_pub.sh
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/testkit/bin/run_pub.sh?rev=674392&r1=674391&r2=674392&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/testkit/bin/run_pub.sh (original)
+++ incubator/qpid/trunk/qpid/java/testkit/bin/run_pub.sh Sun Jul  6 21:03:26 2008
@@ -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

Modified: incubator/qpid/trunk/qpid/java/testkit/bin/run_sub.sh
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/testkit/bin/run_sub.sh?rev=674392&r1=674391&r2=674392&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/testkit/bin/run_sub.sh (original)
+++ incubator/qpid/trunk/qpid/java/testkit/bin/run_sub.sh Sun Jul  6 21:03:26 2008
@@ -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