testsuite: Remove GDK_DEBUG=misc

This snuck in by accident in recent ci setup
changes, and breaks the test runs by adding
stray output.
This commit is contained in:
Matthias Clasen 2020-05-18 16:37:18 -04:00
parent 383fa6b0b0
commit 3dafdcbab0

View File

@ -9,7 +9,7 @@ diff = find_program('diff', required: true)
common_env = [
'GIO_USE_VOLUME_MONITOR=unix',
'GSETTINGS_BACKEND=memory',
'GDK_DEBUG=default-settings:misc',
'GDK_DEBUG=default-settings',
'GTK_CSD=1',
'G_ENABLE_DIAGNOSTIC=0',
'GSETTINGS_SCHEMA_DIR=@0@'.format(gtk_schema_build_dir),