telepathy-haze: Set G_MESSAGES_DEBUG during testing
Simon McVittie
smcv at kemper.freedesktop.org
Mon May 7 11:32:07 PDT 2012
Module: telepathy-haze
Branch: master
Commit: c0d9beb94395120401bf632cf3277d37a63b0b99
URL: http://cgit.freedesktop.org/telepathy/telepathy-haze/commit/?id=c0d9beb94395120401bf632cf3277d37a63b0b99
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Mon May 7 19:28:33 2012 +0100
Set G_MESSAGES_DEBUG during testing
The same as Gabble commit cbfa9d06.
---
tests/exec-with-log.sh | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/exec-with-log.sh b/tests/exec-with-log.sh
index fe25b3c..3dab126 100755
--- a/tests/exec-with-log.sh
+++ b/tests/exec-with-log.sh
@@ -9,6 +9,8 @@ cd "${abs_top_builddir}/tests"
export LC_ALL=C
export HAZE_DEBUG=all
+G_MESSAGES_DEBUG=all
+export G_MESSAGES_DEBUG
ulimit -c unlimited
exec >> haze-testing.log 2>&1
More information about the telepathy-commits
mailing list