Use the memory settings backend for make check
The color chooser test is constantly running into the problem that the custom color setting is not empty. Avoid that by using the memory settings backend.
This commit is contained in:
@ -20,7 +20,7 @@ LDADD = \
|
||||
|
||||
# work around random file systems showing up in the file chooser,
|
||||
# breaking the 'pickers' test
|
||||
TESTS_ENVIRONMENT = GIO_USE_VOLUME_MONITOR=unix
|
||||
TESTS_ENVIRONMENT = GIO_USE_VOLUME_MONITOR=unix GSETTINGS_BACKEND=memory
|
||||
|
||||
TEST_PROGS += accessibility-dump
|
||||
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
include $(top_srcdir)/Makefile.decl
|
||||
NULL =
|
||||
|
||||
TESTS_ENVIRONMENT = GSETTINGS_BACKEND=memory
|
||||
|
||||
TEST_PROGS += gtk-reftest
|
||||
|
||||
check_PROGRAMS = $(TEST_PROGS)
|
||||
|
||||
Reference in New Issue
Block a user