mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated tests\bugs\gh_6866_test.py: added 'combine_output = True' to show the result when the test fails
This commit is contained in:
parent
a8d3f25cf7
commit
052a485563
@ -385,5 +385,5 @@ act_2 = isql_act('db', test_script_2, substitutions=substitutions)
|
||||
@pytest.mark.version('>=4.0')
|
||||
def test_2(act_2: Action):
|
||||
act_2.expected_stdout = expected_stdout
|
||||
act_2.execute()
|
||||
act_2.execute(combine_output = True)
|
||||
assert act_2.clean_stdout == act_2.clean_expected_stdout
|
||||
|
Loading…
Reference in New Issue
Block a user