summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-07 18:54:08 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-07 19:19:27 +0100
commitcbfa9d06a8e4cc93b15e4a8b53819638ab09d67c (patch)
treeae17648618567edcaa1bedc4ebc009f0c6a413a4
parent3ee4f3fe45cd9b045081532bb4213582938a00f8 (diff)
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@collabora.co.uk>
-rw-r--r--tests/twisted/tools/exec-with-log.sh.in2
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 11302e6f6..9210eecc5 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