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:
Vadim Zeitlin
2021-01-27 14:56:29 +01:00
parent 04b9cee918
commit 8e8a86aed0

View File

@@ -62,4 +62,4 @@ echo.
echo --- httpbin output ---
type c:\projects\wxwidgets\httpbin.log
echo --- httpbin output end ---
goto :eof
exit /b 1