From 89ddad694980b3b0d302c16d10670c738f346ca8 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 7 May 2012 19:25:41 +0100 Subject: Set G_MESSAGES_DEBUG during testing The same as Gabble commit cbfa9d06. --- tests/twisted/tools/exec-with-log.sh.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/twisted/tools/exec-with-log.sh.in b/tests/twisted/tools/exec-with-log.sh.in index 87bef070..75829f7d 100644 --- a/tests/twisted/tools/exec-with-log.sh.in +++ b/tests/twisted/tools/exec-with-log.sh.in @@ -5,6 +5,8 @@ cd "@abs_top_builddir@/tests/twisted/tools" export SALUT_DEBUG=all GIBBER_DEBUG=all WOCKY_DEBUG=all export SALUT_PLUGIN_DIR="@abs_top_builddir@/plugins/.libs" export G_SLICE=debug-blocks +G_MESSAGES_DEBUG=all +export G_MESSAGES_DEBUG ulimit -c unlimited exec >> salut-testing.log 2>&1 -- cgit v1.2.1