projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
383fa6b
)
testsuite: Remove GDK_DEBUG=misc
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 18 May 2020 20:37:18 +0000
(16:37 -0400)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/testsuite/meson.build
b/testsuite/meson.build
index 3c725a530c57cb78ff9f5b03cdfbd6397faa7d39..1e98362cc937849a9fdf84426e3d54a35f37d523 100644
(file)
--- a/
testsuite/meson.build
+++ b/
testsuite/meson.build
@@
-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),