Fix what I hav broken in jmeter.bat, now we have only the fix to the comment in bash format replaced by comment in windows format

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1780119 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 290bbd72a3
This commit is contained in:
Antonio Gomes Rodrigues 2017-01-24 21:09:46 +00:00
parent 4789f54b43
commit 62bdc129a6
1 changed files with 3 additions and 1 deletions

View File

@ -101,7 +101,9 @@ rem set DDRAW=%DDRAW% -Dsun.java2d.ddscale=true
rem Server mode
rem Collect the settings defined above
set ARGS=%DUMP% %HEAP% %VERBOSE_GC% %GC_ALGO% %DDRAW% %SYSTEM_PROPS% %JM_START% %JM_LAUNCH% %ARGS% %JVM_ARGS% -jar "%JMETER_BIN%ApacheJMeter.jar" %JMETER_CMD_LINE_ARGS%
set ARGS=%DUMP% %HEAP% %VERBOSE_GC% %GC_ALGO% %DDRAW% %SYSTEM_PROPS%
%JM_START% %JM_LAUNCH% %ARGS% %JVM_ARGS% -jar "%JMETER_BIN%ApacheJMeter.jar" %JMETER_CMD_LINE_ARGS%
rem If the errorlevel is not zero, then display it and pause