diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2012-11-16 14:23:22 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2012-11-16 14:23:22 +0000 |
commit | cde4cdb087424bf200502e5e0fa86cb1437d7319 (patch) | |
tree | 663b3adf7d894e0f7c46f6701800db5951e7aa5d | |
parent | 11bcaaa002b82bf16ef0051f77dc2da0e946b3ad (diff) |
Revert "Set G_MESSAGES_DEBUG during testing"
This reverts commit b6c32f8840ec4598885108f89d58a5a74ee04af8.
-rw-r--r-- | tests/twisted/tools/exec-with-log.sh.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/twisted/tools/exec-with-log.sh.in b/tests/twisted/tools/exec-with-log.sh.in index 75829f7d..87bef070 100644 --- a/tests/twisted/tools/exec-with-log.sh.in +++ b/tests/twisted/tools/exec-with-log.sh.in @@ -5,8 +5,6 @@ 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 |