From b6d19f4c8b89422bc432d12d2c13f38fd8717ac2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 5 Sep 2024 23:27:46 -0400 Subject: [PATCH] Fix css tests Disable css deprecation warnings for the style tests. We want to be able to do tests with named colors here. --- testsuite/css/style/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/css/style/meson.build b/testsuite/css/style/meson.build index 7fc4036bfa..04f88222d3 100644 --- a/testsuite/css/style/meson.build +++ b/testsuite/css/style/meson.build @@ -5,6 +5,7 @@ styletest_env.set('G_TEST_SRCDIR', meson.current_source_dir()) styletest_env.set('G_TEST_BUILDDIR', meson.current_build_dir()) styletest_env.set('GSETTINGS_BACKEND', 'memory') styletest_env.set('G_ENABLE_DIAGNOSTIC', '0') +styletest_env.set('GTK_DEBUG', '') cssresources = gnome.compile_resources( 'cssresources',