mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 21:43:06 +01:00
Added/Updated tests\functional\tabloid\test_333be4bf.py: added user/password pair to gbak call
This commit is contained in:
parent
b0cf00c942
commit
e33c46eb86
@ -76,6 +76,8 @@ def test_1(act: Action, tmp_fbk: Path, tmp_res: Path, tmp_log: Path, capsys):
|
||||
subprocess.call( [
|
||||
act.vars['gbak']
|
||||
,'-rep'
|
||||
,'-user', act.db.user
|
||||
,'-pass', act.db.password
|
||||
,'-v'
|
||||
,'-par', str(max_parallel_wrk+1)
|
||||
,tmp_fbk
|
||||
@ -87,6 +89,8 @@ def test_1(act: Action, tmp_fbk: Path, tmp_res: Path, tmp_log: Path, capsys):
|
||||
subprocess.call( [
|
||||
act.vars['gbak']
|
||||
,'-rep'
|
||||
,'-user', act.db.user
|
||||
,'-pass', act.db.password
|
||||
,'-v'
|
||||
,'-par', str(max_parallel_wrk+1)
|
||||
,'-se', 'localhost:service_mgr'
|
||||
|
Loading…
Reference in New Issue
Block a user