summaryrefslogtreecommitdiff
path: root/java/perftests/bin/testPingPublisher.sh
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-01-12 11:10:48 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-01-12 11:10:48 +0000
commitb621a52c9d4efc9c80189960d0515a85687829fc (patch)
tree2e8bd86006c8921e223617606b3c23a0c8e55420 /java/perftests/bin/testPingPublisher.sh
parentc0d6c40e776dbb7e4c60a727fbced58d2ec50ee9 (diff)
downloadqpid-python-b621a52c9d4efc9c80189960d0515a85687829fc.tar.gz
QPID-278
broker distribution - modified to allow assembly:directory builds broker/pom.xml - moved slf4j to common/pom.xml QPID-283 Provided better feedback from shell scripts. Provided QuickTest shell script that runs the RequestReply tests. perftests distribution - modified to allow assembly:directory builds Moved Resource Readme content relating to Tests to RunningPerformanceTests.txt git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@495554 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/bin/testPingPublisher.sh')
-rwxr-xr-xjava/perftests/bin/testPingPublisher.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/perftests/bin/testPingPublisher.sh b/java/perftests/bin/testPingPublisher.sh
index 61ed98d3e7..e8219e7612 100755
--- a/java/perftests/bin/testPingPublisher.sh
+++ b/java/perftests/bin/testPingPublisher.sh
@@ -30,4 +30,4 @@ echo $thehosts
# XXX -Xms1024m -XX:NewSize=300m
. ./setupclasspath.sh
echo $CP
-$JAVA_HOME/bin/java -cp $CP -Damqj.logging.level="warn" -Damqj.test.logging.level="info" -Dlog4j.configuration=perftests.log4j org.apache.qpid.pingpong.TestPingPublisher $thehosts /test
+$JAVA_HOME/bin/java -cp $CP -Damqj.logging.level="warn" -Damqj.test.logging.level="info" -Dlog4j.configuration=src/perftests.log4j org.apache.qpid.pingpong.TestPingPublisher $thehosts /test