From 263ef64496016e7235d605e1ceaeab6d79b800fa Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 5 Oct 2012 15:56:16 +0100 Subject: [PATCH 1/4] Run the tests with G_MESSAGES_DEBUG=all Signed-off-by: Simon McVittie Bug: https://bugs.freedesktop.org/show_bug.cgi?id=55666 --- tests/Makefile.am | 1 + tests/dbus/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 9b5a78c..f6397ae 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -44,6 +44,7 @@ TESTS_ENVIRONMENT = \ abs_top_srcdir=@abs_top_srcdir@ \ G_SLICE=debug-blocks \ G_DEBUG=fatal_warnings,fatal_criticals$(maybe_gc_friendly) \ + G_MESSAGES_DEBUG=all \ PYTHONPATH=@abs_top_srcdir@/tools \ $(top_srcdir)/tools/test-wrapper.sh \ $(EXTRA_TESTS_ENVIRONMENT) diff --git a/tests/dbus/Makefile.am b/tests/dbus/Makefile.am index 1e77043..80766ff 100644 --- a/tests/dbus/Makefile.am +++ b/tests/dbus/Makefile.am @@ -286,6 +286,7 @@ TESTS_ENVIRONMENT = \ XDG_DATA_DIRS=@abs_srcdir@:$${XDG_DATA_DIRS:=/usr/local/share:/usr/share} \ G_SLICE=debug-blocks \ G_DEBUG=fatal_warnings,fatal_criticals$(maybe_gc_friendly) \ + G_MESSAGES_DEBUG=all \ $(top_srcdir)/tools/test-wrapper.sh \ sh $(top_srcdir)/tools/with-session-bus.sh \ --config-file=dbus-uninstalled/session.conf -- \ -- 1.7.10.4