telepathy-gabble: Set G_MESSAGES_DEBUG during testing
Simon McVittie
smcv at kemper.freedesktop.org
Mon May 7 11:19:44 PDT 2012
Module: telepathy-gabble
Branch: master
Commit: cbfa9d06a8e4cc93b15e4a8b53819638ab09d67c
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=cbfa9d06a8e4cc93b15e4a8b53819638ab09d67c
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Mon May 7 18:54:08 2012 +0100
Set G_MESSAGES_DEBUG during testing
With recent GLib, we don't see debug messages otherwise.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49596
Reviewed-by: Xavier Claessens <xavier.claessens at collabora.co.uk>
---
tests/twisted/tools/exec-with-log.sh.in | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
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
More information about the telepathy-commits
mailing list