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

Added/Updated tests\bugs\core_4570_test.py: added 'combine_output = True' to show the result when the test fails

This commit is contained in:
pavel-zotov 2023-10-09 11:58:41 +03:00
parent ddbabc6c6a
commit dd03b172ab

View File

@ -58,4 +58,4 @@ act = isql_act('db', test_script)
@pytest.mark.version('>=3.0')
def test_1(act: Action):
act.execute()
act.execute(combine_output = True)