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

Added/Updated tests\functional\database\create\test_09.py: refactored, plus added combine_output in order to see STDERR content

This commit is contained in:
pavel-zotov 2024-05-10 01:24:09 +03:00
parent 2416966a60
commit 0696101171

View File

@ -48,5 +48,5 @@ def test_1(act: Action):
from rdb$files ;
"""
act.expected_stdout = expected_stdout
act.isql(switches=[], input=script, connect_db=False)
act.isql(switches = ['-q'], input=script, connect_db=False, combine_output = True)
assert act.clean_stdout == act.clean_expected_stdout