From 25922f526fe6e15816d30bed96154d62ceb30d60 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 7 May 2012 18:54:08 +0100 Subject: [PATCH 4/4] Set G_MESSAGES_DEBUG during testing With recent GLib, we don't see debug messages otherwise. --- tests/twisted/tools/exec-with-log.sh.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/twisted/tools/exec-with-log.sh.in b/tests/twisted/tools/exec-with-log.sh.in index 11302e6..9210eec 100644 --- a/tests/twisted/tools/exec-with-log.sh.in +++ b/tests/twisted/tools/exec-with-log.sh.in @@ -14,6 +14,8 @@ WOCKY_CAPS_CACHE=:memory: export WOCKY_CAPS_CACHE WOCKY_CAPS_CACHE_SIZE=50 export WOCKY_CAPS_CACHE_SIZE +G_MESSAGES_DEBUG=all +export G_MESSAGES_DEBUG ulimit -c unlimited exec >> gabble-testing.log 2>&1 -- 1.7.10