X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1dd8319ab9a5a3ccf69329f098a5d9018504c15f..b771d06bade79af05559648a0cb13c59dcc0f8a8:/tests/runtests.bat diff --git a/tests/runtests.bat b/tests/runtests.bat index d6c747187e..7c537ccacd 100644 --- a/tests/runtests.bat +++ b/tests/runtests.bat @@ -19,10 +19,10 @@ for /d %%x in (*) do @( ) REM exit with code 1 if any of the test failed -if %failure% EQU 1 exit 1 +if %failure% EQU 1 exit /b 1 REM remove the failure env var: set failure= REM exit with code 0 (all tests passed successfully) -exit 0 +exit /b 0