From 117846fe703b9f48cb666136a59157eede5d684b Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Fri, 17 Mar 2023 18:50:53 +0100 Subject: [PATCH] tests: Add CALLS_SIP_ACCOUNT_FILE to environment Otherwise the application test will try using the users configured SIP accounts. --- tests/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/meson.build b/tests/meson.build index 5ddd4f4..8c6c759 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -13,6 +13,7 @@ test_env = [ 'FOLKS_BACKENDS_ALLOWED=key-file', 'FOLKS_PRIMARY_STORE=key-file', 'CALLS_RECORD_DIR=@0@/tests/record-db'.format(meson.project_build_root()), + 'CALLS_SIP_ACCOUNT_FILE=@0@/tests/sip-account.cfg'.format(meson.project_build_root()), ] test_cflags = [