From: Chris Rienzo Date: Sun, 21 Apr 2019 16:43:26 +0000 (+0000) Subject: FS-11781 [test] separate basedirs for tests to allow parallel build X-Git-Tag: v1.10.0~289 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dcf963318bc4d1cca65e30b9ec300f327cfe65c;p=thirdparty%2Ffreeswitch.git FS-11781 [test] separate basedirs for tests to allow parallel build --- diff --git a/src/include/test/switch_test.h b/src/include/test/switch_test.h index 3ac6f1c635..feb2788e57 100644 --- a/src/include/test/switch_test.h +++ b/src/include/test/switch_test.h @@ -281,7 +281,7 @@ static switch_status_t fst_init_core_and_modload(const char *confdir, const char switch_timer_t fst_timer = { 0 }; \ switch_memory_pool_t *fst_pool = NULL; \ fst_getenv_default("FST_SUPPRESS_UNUSED_STATIC_WARNING", NULL, SWITCH_FALSE); \ - if (fst_init_core_and_modload(confdir, NULL, 0) == SWITCH_STATUS_SUCCESS) { \ + if (fst_init_core_and_modload(confdir, confdir, 0) == SWITCH_STATUS_SUCCESS) { \ fst_core = 2; \ } else { \ fprintf(stderr, "Failed to load FS core\n"); \