summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-07 19:25:41 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2012-11-16 10:08:45 +0000
commitb6c32f8840ec4598885108f89d58a5a74ee04af8 (patch)
tree1758f6348d21c24a222496f67ce257d4b0d7883f
parent5c54074f0490f4b5f6b31ecd8f5df011ca32af83 (diff)
downloadtelepathy-salut-b6c32f8840ec4598885108f89d58a5a74ee04af8.tar.gz
Set G_MESSAGES_DEBUG during testing
The same as Gabble commit cbfa9d06.
-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 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