From 4c8648fb59fe95de1f2e096edb87d6e7d1303798 Mon Sep 17 00:00:00 2001 From: Sebastian Wick Date: Wed, 8 Feb 2023 16:36:06 +0100 Subject: [PATCH] st/test-theme: Use the gsettings memory backend Mutter test context now make sure that they are run with the gsettings memory backend to avoid the local environment to affect the tests. Part-of: --- src/st/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/st/meson.build b/src/st/meson.build index 1ae9653b3..061c5adf2 100644 --- a/src/st/meson.build +++ b/src/st/meson.build @@ -204,7 +204,8 @@ if get_option('tests') ) test('CSS styling support', test_theme, - workdir: meson.current_source_dir() + workdir: meson.current_source_dir(), + env: ['GSETTINGS_BACKEND=memory'] ) endif