We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47978a1 commit fb5b003Copy full SHA for fb5b003
scripts/PerfTest
@@ -9,5 +9,5 @@ SRCDIR=$(cd "$SCRIPTDIR"/.. && pwd)
9
cd "$SRCDIR"
10
mvn -q compile
11
mvn -q exec:java \
12
- -Dexec.mainClass="com.rabbitmq.perf.PerfTest" "$@"
+ -Dexec.mainClass="com.rabbitmq.perf.PerfTest" -Dexec.args="$@"
13
)
0 commit comments