Skip to content

Commit 05e3941

Browse files
committed
Improvement to the Windows test runner.
1 parent 64c5082 commit 05e3941

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

builds/win32/run_tests.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
@call setenvvar.bat %*
66
@if errorlevel 1 (goto :END)
77

8-
@%FB_BIN_DIR%\common_test --log_level=all
9-
@%FB_BIN_DIR%\engine_test --log_level=all
10-
@%FB_BIN_DIR%\isql_test --log_level=all
8+
@%FB_BIN_DIR%\common_test --log_level=all || exit /b
9+
@%FB_BIN_DIR%\engine_test --log_level=all || exit /b
10+
@%FB_BIN_DIR%\isql_test --log_level=all || exit /b
1111

1212
:END

0 commit comments

Comments
 (0)