mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Improvement to the Windows test runner.
This commit is contained in:
parent
64c5082247
commit
05e39419df
@ -5,8 +5,8 @@
|
||||
@call setenvvar.bat %*
|
||||
@if errorlevel 1 (goto :END)
|
||||
|
||||
@%FB_BIN_DIR%\common_test --log_level=all
|
||||
@%FB_BIN_DIR%\engine_test --log_level=all
|
||||
@%FB_BIN_DIR%\isql_test --log_level=all
|
||||
@%FB_BIN_DIR%\common_test --log_level=all || exit /b
|
||||
@%FB_BIN_DIR%\engine_test --log_level=all || exit /b
|
||||
@%FB_BIN_DIR%\isql_test --log_level=all || exit /b
|
||||
|
||||
:END
|
||||
|
Loading…
Reference in New Issue
Block a user