Skip to content
Snippets Groups Projects
Commit 47b7d8a0 authored by Guido Günther's avatar Guido Günther
Browse files

Merge branch 'test-fail' into 'debian/master'

d/rules: Use gsettings memory backend

See merge request !26
parents 72170b10 e61c2064
No related branches found
No related tags found
1 merge request!26d/rules: Use gsettings memory backend
Pipeline #407884 passed with warnings with stages
in 19 minutes and 15 seconds
chatty (0.6.7-2) unstable; urgency=medium
* Mark as team upload
* utils: update for GNOME Desktop 43 thumbnail API changes.
Thanks to Jeremy Bicha for the patch. (Closes: #1016171)
* d/rules: Use gsettings memory backend
This avoids test failures when dconf backend can't be written.
-- Guido Günther <agx@sigxcpu.org> Tue, 02 Aug 2022 10:28:06 +0200
......
......@@ -15,4 +15,4 @@ override_dh_installman:
# otherwise the tests running gtk-builder-tool to validate
# .ui files might fail
override_dh_auto_test:
NO_AT_BRIDGE=1 LANGUAGE=C.UTF-8 xvfb-run dh_auto_test
GSETTINGS_BACKEND=memory NO_AT_BRIDGE=1 LANGUAGE=C.UTF-8 xvfb-run dh_auto_test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment