mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-02-02 02:40:42 +01:00
Added pre-defined alias 'tmp_core_5884_alias' for performing test bugs/core_5884_test.py
This commit is contained in:
parent
f65b775bef
commit
c0f257821a
@ -113,6 +113,15 @@ tmp_syspriv_alias = $(dir_sampleDb)/qa/tmp_syspriv.fdb
|
||||
SecurityDatabase = tmp_syspriv_alias
|
||||
}
|
||||
|
||||
# Test issue: https://github.com/FirebirdSQL/firebird/issues/6142
|
||||
# ex. core-5884
|
||||
tmp_core_5884_alias = $(dir_sampleDb)/qa/tmp_core_5884.fdb
|
||||
{
|
||||
UserManager = Srp
|
||||
SecurityDatabase = tmp_core_5884_alias
|
||||
}
|
||||
|
||||
|
||||
# Databases for replication tests:
|
||||
#
|
||||
db_main_alias = $(dir_sampleDb)/qa_replication/db_main.fdb
|
||||
|
Loading…
Reference in New Issue
Block a user