https://bz.apache.org/bugzilla/show_bug.cgi?id=65149
--- Comment #6 from Felix Schumacher <[email protected]> --- To make it easier for you to test the patch (though it can be applied with `git am PATH-TO-THE-PATCH`) I have submitted a PR (https://github.com/apache/jmeter/pull/644). To get the PRs locally, you have to edit the .git/config file inside the cloned repo. Add "fetch = +refs/pull/*/head:refs/remotes/origin/pr/*" under the section "[remote "origin"]". Next time you do a git pull, you should see all PRs. To checkout pr/644, build and run it, $ git pull && git checkout pr/644 && ./gradlew runGui should do the trick. -- You are receiving this mail because: You are the assignee for the bug.
