summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2019-09-14 14:40:12 +0200
committerSam Thursfield <sam@afuera.me.uk>2019-10-02 22:12:11 +0200
commit96d36c75a566bbdb8d8b2f9e24b856ed4c90273a (patch)
tree091f90488a4e9b100fa5171af61024d601925c9d
parent6e1a1015ba71ad8d5ad1bed8d0ae424616c907fd (diff)
downloadtracker-96d36c75a566bbdb8d8b2f9e24b856ed4c90273a.tar.gz
functional-tests/ipc: Set GSETTINGS_SCHEMA_DIR
Otherwise the tests fail in CI or when there are local changes to the settings schemas.
-rw-r--r--tests/functional-tests/ipc/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional-tests/ipc/meson.build b/tests/functional-tests/ipc/meson.build
index a0548b1c9..1802c32ce 100644
--- a/tests/functional-tests/ipc/meson.build
+++ b/tests/functional-tests/ipc/meson.build
@@ -7,6 +7,7 @@ sandbox_args = ['-m', 'trackertestutils', '--dbus-config', test_dbus_config, '--
sandbox_env = environment()
+test_env.set('GSETTINGS_SCHEMA_DIR', tracker_uninstalled_gsettings_schema_dir)
test_env.prepend('PYTHONPATH', tracker_uninstalled_testutils_dir)
test_env.set('TRACKER_DB_ONTOLOGIES_DIR', tracker_uninstalled_nepomuk_ontologies_dir)
test_env.set('TRACKER_LANGUAGE_STOP_WORDS_DIR', tracker_uninstalled_stop_words_dir)