[gjs/gnome-3-36] tests: Use memory GSettings backend
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/gnome-3-36] tests: Use memory GSettings backend
- Date: Sun, 31 May 2020 17:58:43 +0000 (UTC)
commit a77cf05eba195ba56afdd2574b5ec889024e3a93
Author: Philip Chimento <philip chimento gmail com>
Date: Fri May 1 15:55:53 2020 -0700
tests: Use memory GSettings backend
We don't want the GSettings test in testGio.js trying to contact a real
dconf daemon.
meson.build | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/meson.build b/meson.build
index f742231a..084d5396 100644
--- a/meson.build
+++ b/meson.build
@@ -577,6 +577,7 @@ tests_environment.set('LSAN_OPTIONS', 'exitcode=23,suppressions=@0@'.format(
meson.current_source_dir() / 'installed-tests' / 'extra' / 'lsan.supp'))
tests_environment.set('NO_AT_BRIDGE', '1')
tests_environment.set('GSETTINGS_SCHEMA_DIR', js_tests_builddir)
+tests_environment.set('GSETTINGS_BACKEND', 'memory')
tests_environment.set('G_DEBUG', 'fatal-warnings,fatal-criticals')
tests_locale = 'N/A'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]