diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-04-08 10:47:46 +0100 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-04-08 10:47:46 +0100 |
commit | 91b885466102af636f787fc524b386e2b2c16087 (patch) | |
tree | c69d843d6ad903ff7ba7ccd5b9e0af751321e7af | |
parent | e1ae931b405822f9887c743cfeb1e0c7af5c8d34 (diff) |
exec-with-log.sh.in: set G_SLICE=debug-blocks
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r-- | tests/twisted/tools/exec-with-log.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/twisted/tools/exec-with-log.sh.in b/tests/twisted/tools/exec-with-log.sh.in index 8ce4baeb..87bef070 100644 --- a/tests/twisted/tools/exec-with-log.sh.in +++ b/tests/twisted/tools/exec-with-log.sh.in @@ -4,6 +4,7 @@ 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 ulimit -c unlimited exec >> salut-testing.log 2>&1 |