6
0
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:
Pavel Císař 2021-05-28 12:33:08 +02:00
parent c8d0c450f7
commit 98f16f425a
2 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ user = SYSDBA
; Default user password
; Type: str
password = masterkey
;password = masterkey
; Configuration override
; Type: str

View File

@ -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