mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Change: firebird.conf renamed to firebird-driver.conf
This commit is contained in:
parent
c8d0c450f7
commit
98f16f425a
@ -168,7 +168,7 @@ user = SYSDBA
|
||||
|
||||
; Default user password
|
||||
; Type: str
|
||||
password = masterkey
|
||||
;password = masterkey
|
||||
|
||||
; Configuration override
|
||||
; Type: str
|
@ -104,7 +104,7 @@ def pytest_configure(config):
|
||||
)
|
||||
if config.getoption('help'):
|
||||
return
|
||||
config_path: Path = Path.cwd() / 'firebird.conf'
|
||||
config_path: Path = Path.cwd() / 'firebird-driver.conf'
|
||||
if config_path.is_file():
|
||||
driver_config.read(str(config_path))
|
||||
_vars_['firebird-config'] = config_path
|
||||
|
Loading…
Reference in New Issue
Block a user