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:
parent
2416966a60
commit
0696101171
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user