6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-02-02 02:40:42 +01:00

Added/Updated tests\bugs\core_0214_test.py: added combine_output to isql call in order to see runtime errors if they occur

This commit is contained in:
pavel-zotov 2023-09-29 17:22:56 +03:00
parent 78dc4bafd8
commit e89963fcbc

View File

@ -191,6 +191,6 @@ expected_stdout = """
@pytest.mark.version('>=3')
def test_1(act: Action):
act.expected_stdout = expected_stdout
act.execute()
act.execute(combine_output = True)
assert act.clean_stdout == act.clean_expected_stdout