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_10.py: refactored, plus added combine_output in order to see STDERR content
This commit is contained in:
parent
0696101171
commit
283db629a7
@ -47,5 +47,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