You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by GitBox <gi...@apache.org> on 2021/04/25 02:09:25 UTC

[GitHub] [jmeter] tilln commented on a change in pull request #664: Some Cmd scripts don't work with spaces in JMeter path

tilln commented on a change in pull request #664:
URL: https://github.com/apache/jmeter/pull/664#discussion_r619735642



##########
File path: bin/heapdump.cmd
##########
@@ -20,5 +20,5 @@ rem   Ask the JMeter client to perform a HeapDump
 
 rem   P1 = command port for JMeter instance (defaults to 4445)
 
-java -cp %~dp0ApacheJMeter.jar org.apache.jmeter.util.ShutdownClient HeapDump %*
+java -cp "%~dp0"ApacheJMeter.jar org.apache.jmeter.util.ShutdownClient HeapDump %*

Review comment:
       You're right. My mistake, sorry. (Mismatching commit and test).
   Thanks for double checking!




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org