testsuite: Pass GDK_DEBUG=default-settings to css tests

Otherwise, settings might creep in and change css defaults.
This commit is contained in:
Matthias Clasen
2021-02-03 11:56:43 -05:00
parent 1af72eac21
commit 4e2ec2d68d

View File

@@ -6,6 +6,7 @@ csstest_env.set('G_TEST_BUILDDIR', meson.current_build_dir())
csstest_env.set('GIO_USE_VFS', 'local')
csstest_env.set('GSETTINGS_BACKEND', 'memory')
csstest_env.set('G_ENABLE_DIAGNOSTIC', '0')
csstest_env.set('GDK_DEBUG', 'default-settings')
subdir('parser')
subdir('nodes')