mirror of https://github.com/apache/jmeter.git
There is an END label, so use it
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@571956 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 821f362bc7
This commit is contained in:
parent
b1a5ee6487
commit
be0a85a8f2
|
|
@ -41,7 +41,7 @@ if a%~x1 == a.jmx goto winNT3
|
|||
:winNT2
|
||||
echo Please supply a script name with the extension .jmx
|
||||
pause
|
||||
goto :EOF
|
||||
goto END
|
||||
:winNT3
|
||||
|
||||
rem Change to script directory
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ if a%~x1 == a.jmx goto winNT3
|
|||
:winNT2
|
||||
echo Please supply a script name with the extension .jmx
|
||||
pause
|
||||
goto :EOF
|
||||
goto END
|
||||
:winNT3
|
||||
|
||||
rem Change to script directory
|
||||
|
|
|
|||
Loading…
Reference in New Issue