[tracker-miners/sam/test-runner-fix: 9/24] functional-tests: Fix tracker-writeback tests
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners/sam/test-runner-fix: 9/24] functional-tests: Fix tracker-writeback tests
- Date: Sat, 5 Jan 2019 11:04:45 +0000 (UTC)
commit 3fc58a52a92b21c748d953867854bab3271633a4
Author: Sam Thursfield <sam afuera me uk>
Date: Sat Nov 17 11:56:13 2018 +0100
functional-tests: Fix tracker-writeback tests
These were failing because the modules could not be found. Now, they
still fail but for a different reason :-)
meson.build | 1 +
tests/functional-tests/meson.build | 1 +
2 files changed, 2 insertions(+)
---
diff --git a/meson.build b/meson.build
index c96d3d65d..c660c7dec 100644
--- a/meson.build
+++ b/meson.build
@@ -377,6 +377,7 @@ tracker_miner_services_dir = join_paths(get_option('prefix'), get_option('datadi
tracker_writeback_modules_dir = join_paths(get_option('prefix'), get_option('libdir'),
'tracker-miners-@0@/writeback-modules'.format(tracker_api_version))
tracker_uninstalled_extract_rules_dir = join_paths(meson.current_build_dir(), 'src', 'tracker-extract')
+tracker_uninstalled_writeback_modules_dir = join_paths(meson.current_build_dir(), 'src', 'tracker-writeback')
gsettings_schema_dir = join_paths(get_option('prefix'), get_option('datadir'), 'glib-2.0', 'schemas')
vapi_dir = join_paths(get_option('prefix'), get_option('datadir'), 'vala', 'vapi')
diff --git a/tests/functional-tests/meson.build b/tests/functional-tests/meson.build
index 723866ea6..8819733d2 100644
--- a/tests/functional-tests/meson.build
+++ b/tests/functional-tests/meson.build
@@ -72,6 +72,7 @@ test_env.set('TRACKER_LANGUAGE_STOP_WORDS_DIR', tracker_uninstalled_stop_words_d
test_env.set('TRACKER_FUNCTIONAL_TEST_BUILD_DIR', meson.build_root())
test_env.set('TRACKER_FUNCTIONAL_TEST_CONFIG', config_json_full_path)
test_env.set('TRACKER_TEST_DOMAIN_ONTOLOGY_RULE', tracker_uninstalled_domain_rule)
+test_env.set('TRACKER_WRITEBACK_MODULES_DIR', tracker_uninstalled_writeback_modules_dir)
test_env.set('TRACKER_TESTS_VERBOSE', '1')
foreach t: extractor_tests
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]