Skip to content

Commit c36b71e

Browse files
author
Matthias Radestock
committed
merge bug19342 into default
2 parents 6c87c31 + 6e87685 commit c36b71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/runperftest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
run() {
44
echo "=== running with '$2'"
5-
sh ./runjava.sh com.rabbitmq.examples.MulticastMain -h $1 -z 10 -i 20 $2
5+
sh `dirname $0`/runjava.sh com.rabbitmq.examples.MulticastMain -h $1 -z 10 -i 20 $2
66
sleep 2
77
}
88

0 commit comments

Comments
 (0)