git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59757
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if exist %%x\test.exe (
%%x\test.exe
if %errorlevel% GEQ 1 set failure=1
if exist %%x\test.exe (
%%x\test.exe
if %errorlevel% GEQ 1 set failure=1
+
+ REM separe the output of the test we just executed from the next one
+ echo.
+ echo.
+ echo ========================================================================
+ echo ========================================================================
+ echo.
+ echo.
if exist %%x\test_gui.exe (
%%x\test_gui.exe
if %errorlevel% GEQ 1 set failure=1
if exist %%x\test_gui.exe (
%%x\test_gui.exe
if %errorlevel% GEQ 1 set failure=1
)
REM exit with code 1 if any of the test failed
)
REM exit with code 1 if any of the test failed
-if %failure% EQU 1 exit /b 1
+if %failure% EQU 1 exit 1
REM remove the failure env var:
set failure=
REM exit with code 0 (all tests passed successfully)
REM remove the failure env var:
set failure=
REM exit with code 0 (all tests passed successfully)