]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/runtests.bat
use /b option with the EXIT command
[wxWidgets.git] / tests / runtests.bat
index d6c747187e92a45f30fc0491101cb4b01cd60aab..7c537ccacdbf0844d9182520d65426f25a8e0453 100644 (file)
@@ -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