diff options
Diffstat (limited to 'tests/twisted/tools/exec-with-log.sh.in')
-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" |