testsuite: Add GTK_DEBUG=css

Make named color tests work, since they expect deprecation warnings atm.
This commit is contained in:
Alice Mikhaylenko 2024-06-03 21:53:52 +04:00
parent 24eba7c4c1
commit 1765e1b7c2

View File

@ -10,6 +10,7 @@ common_env = [
'G_ENABLE_DIAGNOSTIC=0', 'G_ENABLE_DIAGNOSTIC=0',
'GSETTINGS_SCHEMA_DIR=@0@'.format(gtk_schema_build_dir), 'GSETTINGS_SCHEMA_DIR=@0@'.format(gtk_schema_build_dir),
'GDK_DEBUG=default-settings', 'GDK_DEBUG=default-settings',
'GTK_DEBUG=css',
] ]
exclude_unstable = ['flaky', 'failing'] exclude_unstable = ['flaky', 'failing']