[Unit-tests] Fix test framework by telling sqldb to manage handles so they don't leak and are destroyed on shutdown.

This commit is contained in:
Andrey Volk 2019-11-26 22:54:17 +04:00 committed by GitHub
parent 2865603ad2
commit 4c434aef1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ static switch_status_t fst_init_core_and_modload(const char *confdir, const char
switch_core_set_globals();
if (!minimal) {
status = switch_core_init_and_modload(0, SWITCH_TRUE, &err);
status = switch_core_init_and_modload(SCF_USE_SQL, SWITCH_TRUE, &err);
switch_sleep(1 * 1000000);
switch_core_set_variable("sound_prefix", "." SWITCH_PATH_SEPARATOR);
if (status != SWITCH_STATUS_SUCCESS && err) {