8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00
firebird-mirror/builds/win32/run_tests.bat
Adriano dos Santos Fernandes 2c9152390a Change tests log_level to error.
2024-12-30 11:57:30 -03:00

13 lines
241 B
Batchfile

@echo off
@echo.
@call setenvvar.bat %*
@if errorlevel 1 (goto :END)
@%FB_BIN_DIR%\common_test --log_level=error || exit /b
@%FB_BIN_DIR%\engine_test --log_level=error || exit /b
@%FB_BIN_DIR%\isql_test --log_level=error || exit /b
:END