Fix return code from testing script in case of error
Using type reset %errorlevel% and the errors were not detected any longer.
This commit is contained in:
parent
04b9cee918
commit
8e8a86aed0
1 changed files with 1 additions and 1 deletions
|
|
@ -62,4 +62,4 @@ echo.
|
|||
echo --- httpbin output ---
|
||||
type c:\projects\wxwidgets\httpbin.log
|
||||
echo --- httpbin output end ---
|
||||
goto :eof
|
||||
exit /b 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue