mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated tests\bugs\core_6166_test.py: added 'combine_output = True' to show the result when the test fails
This commit is contained in:
parent
407bead382
commit
4556353076
@ -94,5 +94,5 @@ def test_1(act: Action):
|
||||
# Check 2
|
||||
act.reset()
|
||||
act.expected_stdout = expected_stdout
|
||||
act.isql(switches=[], input=test_script, charset='utf8')
|
||||
act.isql(switches=[], input=test_script, combine_output = True, charset='utf8')
|
||||
assert act.clean_stdout == act.clean_expected_stdout
|
||||
|
Loading…
Reference in New Issue
Block a user