diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-11-03 23:50:24 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-11-04 09:03:44 +0000 |
commit | 214c0b08245fc264985e4504309abb7b7e82f68c (patch) | |
tree | 2f2d0ff7d6ca75b30f5fb0a7843a1eb2ccd1321e | |
parent | b34a0207287a3976e1b880c5b958b9215c5930ad (diff) |
exec-with-log.sh.in: set WOCKY_DEBUG.
I'm delighted that 3a1fe026 made us compatible with hypothetical shells,
but it also reduced the amount of debug output in gabble-testing.log.
-rw-r--r-- | tests/twisted/tools/exec-with-log.sh.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/twisted/tools/exec-with-log.sh.in b/tests/twisted/tools/exec-with-log.sh.in index 0225e5038..11302e6f6 100644 --- a/tests/twisted/tools/exec-with-log.sh.in +++ b/tests/twisted/tools/exec-with-log.sh.in @@ -2,8 +2,10 @@ cd "@abs_top_builddir@/tests/twisted/tools" -GABBLE_DEBUG=all LM_DEBUG=net GIBBER_DEBUG=all WOCKY_DEBUG=all +GABBLE_DEBUG=all GIBBER_DEBUG=all WOCKY_DEBUG=all export GABBLE_DEBUG +export GIBBER_DEBUG +export WOCKY_DEBUG GABBLE_TIMING=1 export GABBLE_TIMING GABBLE_PLUGIN_DIR="@abs_top_builddir@/plugins/.libs" |