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:
@@ -62,4 +62,4 @@ echo.
|
|||||||
echo --- httpbin output ---
|
echo --- httpbin output ---
|
||||||
type c:\projects\wxwidgets\httpbin.log
|
type c:\projects\wxwidgets\httpbin.log
|
||||||
echo --- httpbin output end ---
|
echo --- httpbin output end ---
|
||||||
goto :eof
|
exit /b 1
|
||||||
|
Reference in New Issue
Block a user