提交 2dcf9633 authored 作者: Chris Rienzo's avatar Chris Rienzo 提交者: Andrey Volk

FS-11781 [test] separate basedirs for tests to allow parallel build

上级 a4ab865f
...@@ -281,7 +281,7 @@ static switch_status_t fst_init_core_and_modload(const char *confdir, const char ...@@ -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_timer_t fst_timer = { 0 }; \
switch_memory_pool_t *fst_pool = NULL; \ switch_memory_pool_t *fst_pool = NULL; \
fst_getenv_default("FST_SUPPRESS_UNUSED_STATIC_WARNING", NULL, SWITCH_FALSE); \ 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; \ fst_core = 2; \
} else { \ } else { \
fprintf(stderr, "Failed to load FS core\n"); \ fprintf(stderr, "Failed to load FS core\n"); \
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论