summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarco Trevisan (TreviƱo) <mail@3v1n0.net>2023-02-24 04:32:08 +0100
committerMarge Bot <marge-bot@gnome.org>2023-03-19 19:40:27 +0000
commit5bccd359062cfd613be469c5ec107000be491382 (patch)
tree02c8af1e9072260e356e7a04019b3c6130cf950c /src
parent43401b9d44d2fa65beb8165e95efbf2308198fe6 (diff)
downloadgnome-shell-5bccd359062cfd613be469c5ec107000be491382.tar.gz
tests: Add default test setup with common env settings
Add common test environment variables to a default test setup so that they don't need to be repeated everywhere. Also ensures that we're always using the gsettings memory backend to never interfere with local environment. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2661>
Diffstat (limited to 'src')
-rw-r--r--src/st/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/st/meson.build b/src/st/meson.build
index 446025734..456860d56 100644
--- a/src/st/meson.build
+++ b/src/st/meson.build
@@ -206,7 +206,6 @@ if get_option('tests')
test('CSS styling support', test_theme,
workdir: meson.current_source_dir(),
- env: ['GSETTINGS_BACKEND=memory']
)
endif