From 1faf3a0aaa55b9e9c9a829a0ad1d69a44d089921 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 21 Jan 2014 21:13:57 -0500 Subject: [PATCH] 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. --- testsuite/a11y/Makefile.am | 2 +- testsuite/reftests/Makefile.am | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/testsuite/a11y/Makefile.am b/testsuite/a11y/Makefile.am index 91abf7620f..1581055548 100644 --- a/testsuite/a11y/Makefile.am +++ b/testsuite/a11y/Makefile.am @@ -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 diff --git a/testsuite/reftests/Makefile.am b/testsuite/reftests/Makefile.am index 3b74f965be..fa532eb921 100644 --- a/testsuite/reftests/Makefile.am +++ b/testsuite/reftests/Makefile.am @@ -1,6 +1,8 @@ include $(top_srcdir)/Makefile.decl NULL = +TESTS_ENVIRONMENT = GSETTINGS_BACKEND=memory + TEST_PROGS += gtk-reftest check_PROGRAMS = $(TEST_PROGS)