summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2006-09-27 09:23:32 +0000
committerMartin Ritchie <ritchiem@apache.org>2006-09-27 09:23:32 +0000
commit62255135a3cf5ebd85bc465e77fff1715cdebbdc (patch)
tree8176557bde18c65fc9db01fe187d0ba6571d52b7
parent1ba25d9231401f2f34ee41893d402e3cb2f299ed (diff)
downloadqpid-python-62255135a3cf5ebd85bc465e77fff1715cdebbdc.tar.gz
Changed IBM Unix scripts to have the correct path /tmp not c:/temp
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@450386 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xjava/client/test/bin/IBM-Publisher.sh2
-rwxr-xr-xjava/client/test/bin/IBM-PutGet.sh2
-rwxr-xr-xjava/client/test/bin/IBM-Receiver.sh2
-rwxr-xr-xjava/client/test/bin/IBM-Sender.sh2
-rwxr-xr-xjava/client/test/bin/IBM-Subscriber.sh2
5 files changed, 5 insertions, 5 deletions
diff --git a/java/client/test/bin/IBM-Publisher.sh b/java/client/test/bin/IBM-Publisher.sh
index c66c889e38..21b7cd1206 100755
--- a/java/client/test/bin/IBM-Publisher.sh
+++ b/java/client/test/bin/IBM-Publisher.sh
@@ -16,4 +16,4 @@
#
export MSGSIZE=100
-qpid-run JMSPerfHarness -pc JNDI -ii com.sun.jndi.fscontext.RefFSContextFactory -iu file:/C:/temp/IBMPerfTestsJNDI/ -cf amq.ConnectionFactory -d amq.Topic -db 1 -dx 4 -tc jms.r11.Publisher -nt 4 $* \ No newline at end of file
+qpid-run JMSPerfHarness -pc JNDI -ii com.sun.jndi.fscontext.RefFSContextFactory -iu file:///tmp/IBMPerfTestsJNDI/ -cf amq.ConnectionFactory -d amq.Topic -db 1 -dx 4 -tc jms.r11.Publisher -nt 4 $* \ No newline at end of file
diff --git a/java/client/test/bin/IBM-PutGet.sh b/java/client/test/bin/IBM-PutGet.sh
index 40492039a7..a120a17b4c 100755
--- a/java/client/test/bin/IBM-PutGet.sh
+++ b/java/client/test/bin/IBM-PutGet.sh
@@ -15,4 +15,4 @@
# limitations under the License.
#
-qpid-run JMSPerfHarness -pc JNDI -ii com.sun.jndi.fscontext.RefFSContextFactory -iu file:/C:/temp/IBMPerfTestsJNDI/ -cf amq.ConnectionFactory -d amq.Queue -tc jms.r11.PutGet -nt 6 $* \ No newline at end of file
+qpid-run JMSPerfHarness -pc JNDI -ii com.sun.jndi.fscontext.RefFSContextFactory -iu file:///tmp/IBMPerfTestsJNDI/ -cf amq.ConnectionFactory -d amq.Queue -tc jms.r11.PutGet -nt 6 $* \ No newline at end of file
diff --git a/java/client/test/bin/IBM-Receiver.sh b/java/client/test/bin/IBM-Receiver.sh
index 896e1b2103..9b248e1680 100755
--- a/java/client/test/bin/IBM-Receiver.sh
+++ b/java/client/test/bin/IBM-Receiver.sh
@@ -16,4 +16,4 @@
#
export MSGSIZE=100
-qpid-run JMSPerfHarness -pc JNDI -ii com.sun.jndi.fscontext.RefFSContextFactory -iu file:/C:/temp/IBMPerfTestsJNDI/ -cf amq.ConnectionFactory -d amq.Queue -tc jms.r11.Receiver $* \ No newline at end of file
+qpid-run JMSPerfHarness -pc JNDI -ii com.sun.jndi.fscontext.RefFSContextFactory -iu file:///tmp/IBMPerfTestsJNDI/ -cf amq.ConnectionFactory -d amq.Queue -tc jms.r11.Receiver $* \ No newline at end of file
diff --git a/java/client/test/bin/IBM-Sender.sh b/java/client/test/bin/IBM-Sender.sh
index 3e8600ed81..672cab9437 100755
--- a/java/client/test/bin/IBM-Sender.sh
+++ b/java/client/test/bin/IBM-Sender.sh
@@ -16,4 +16,4 @@
#
export MSGSIZE=100
-qpid-run JMSPerfHarness -pc JNDI -ii com.sun.jndi.fscontext.RefFSContextFactory -iu file:/C:/temp/IBMPerfTestsJNDI/ -cf amq.ConnectionFactory -d amq.Queue -tc jms.r11.Sender -ms $MSGSIZE -mg 1000000 $* \ No newline at end of file
+qpid-run JMSPerfHarness -pc JNDI -ii com.sun.jndi.fscontext.RefFSContextFactory -iu file:///tmp/IBMPerfTestsJNDI/ -cf amq.ConnectionFactory -d amq.Queue -tc jms.r11.Sender -ms $MSGSIZE -mg 1000000 $* \ No newline at end of file
diff --git a/java/client/test/bin/IBM-Subscriber.sh b/java/client/test/bin/IBM-Subscriber.sh
index 57a4969146..a3eac816d5 100755
--- a/java/client/test/bin/IBM-Subscriber.sh
+++ b/java/client/test/bin/IBM-Subscriber.sh
@@ -16,4 +16,4 @@
#
export MSGSIZE=100
-qpid-run JMSPerfHarness -pc JNDI -ii com.sun.jndi.fscontext.RefFSContextFactory -iu file:/C:/temp/IBMPerfTestsJNDI/ -cf amq.ConnectionFactory -d amq.Topic -db 1 -dx 4 -tc jms.r11.Subscriber -nt 4 $* \ No newline at end of file
+qpid-run JMSPerfHarness -pc JNDI -ii com.sun.jndi.fscontext.RefFSContextFactory -iu file:///tmp/IBMPerfTestsJNDI/ -cf amq.ConnectionFactory -d amq.Topic -db 1 -dx 4 -tc jms.r11.Subscriber -nt 4 $* \ No newline at end of file