testsuite: Remove GDK_DEBUG=misc
authorMatthias Clasen <mclasen@redhat.com>
Mon, 18 May 2020 20:37:18 +0000 (16:37 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 18 May 2020 20:38:11 +0000 (16:38 -0400)
This snuck in by accident in recent ci setup
changes, and breaks the test runs by adding
stray output.

testsuite/meson.build

index 3c725a530c57cb78ff9f5b03cdfbd6397faa7d39..1e98362cc937849a9fdf84426e3d54a35f37d523 100644 (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),