summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-07 19:49:39 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-07 19:49:39 +0100
commit8cb2b73e711e86dd2efeb73b20fc3973ef8683c0 (patch)
treeab677165044e1b6ca4c4c22ca75eeebd8a07ff5f
parent3deafd75ec03b80324d4b1fa05abac22807b6647 (diff)
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 c3baef1..907bbf8 100644
--- a/tests/twisted/tools/exec-with-log.sh.in
+++ b/tests/twisted/tools/exec-with-log.sh.in
@@ -4,6 +4,8 @@ cd "@abs_top_builddir@/tests/twisted/tools"
export RAKIA_DEBUG=all
export TPORT_LOG=1
+G_MESSAGES_DEBUG=all
+export G_MESSAGES_DEBUG
ulimit -c unlimited
exec > rakia-testing.log 2>&1