6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Added/Updated tests\bugs\gh_7288_test.py: removed 'set bail on' otherwise this test silently quits on Linux

This commit is contained in:
pavel-zotov 2023-02-21 11:06:49 +03:00
parent b65120c1d6
commit 9531141d19

View File

@ -25,8 +25,7 @@ def test_1(act: Action, db_tmp: Path):
chk_sql = f"""
set list on;
set bail on;
rollback;
-- NB: do NOT use 'set bail on' here!
create database 'localhost:{db_tmp}' user {act.db.user} password '{act.db.password}';
savepoint A1;
release savepoint A1 only;