summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-07 19:25:41 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-07 19:25:41 +0100
commit89ddad694980b3b0d302c16d10670c738f346ca8 (patch)
treedad488adf26ba74bdb9027ad3e95178a1b8ff94b /tests
parentefc56bbc90d3d9a6fc0c8f4895b702e828bd21b8 (diff)
downloadtelepathy-salut-89ddad694980b3b0d302c16d10670c738f346ca8.tar.gz
Set G_MESSAGES_DEBUG during testing
The same as Gabble commit cbfa9d06.
Diffstat (limited to 'tests')
-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