diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-05-07 19:37:31 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-05-07 19:37:31 +0100 |
commit | 307faa064970b2830c618d470fe56eec3ac191c6 (patch) | |
tree | c1398bc79a4954e7d2a021ff53b685e0a24d2706 /tests | |
parent | 2479ef3d6052ec03eb998496cb32f41f54f5799c (diff) |
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.in | 2 |
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 2e803a9..3538044 100644 --- a/tests/twisted/tools/exec-with-log.sh.in +++ b/tests/twisted/tools/exec-with-log.sh.in @@ -3,6 +3,8 @@ cd "@abs_top_builddir@/tests/twisted/tools" export IDLE_DEBUG=all IDLE_HTFU=seriously +G_MESSAGES_DEBUG=all +export G_MESSAGES_DEBUG ulimit -c unlimited exec >> idle-testing.log 2>&1 |