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 cd8c7b7 commit 3c45a5cCopy full SHA for 3c45a5c
load-tests/self/src/main/script/start.sh
@@ -36,7 +36,7 @@ for f in lib/*.jar; do
36
done
37
38
suspend=""
39
-if [[ $# -gt 1 && $1 == "--suspend" ]]; then
+if [[ $# -gte 1 && $1 == "--suspend" ]]; then
40
suspend="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8000"
41
shift
42
fi
0 commit comments