https://bz.apache.org/bugzilla/show_bug.cgi?id=65522
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #11 from Felix Schumacher <[email protected]> --- I applied a fix (hopefully) to trunk. Can you test next nightly or built from trunk (https://jmeter.apache.org/nightly.html )? commit b9cbab843b13f1d4c61e93ce4b87bff3ef995b66 AuthorDate: Sun Aug 29 17:19:00 2021 +0200 Restart does not work when parameters contain spaces Try to re-combine the parameters to regard spaces in file names Java command line has no knowledge of the 'real' parameters and we have to do a bit of guessing to re-assemble the parameters with spaces and the drop the spaces, that should split the parameters. So we guess, that each parameter starts with a dash (-) and everything else are values, that should be stitched together. Bugzilla Id: 65522 --- .../java/org/apache/jmeter/gui/action/Restart.java | 70 +++++++++++++++++----- xdocs/changes.xml | 1 + 2 files changed, 57 insertions(+), 14 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.
