[telepathy-gabble/master] Disable DBUS mem-pools when valgrinding to prevent false positives
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Sun Dec 20 07:21:22 PST 2009
---
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 6b531b2..f01294c 100644
--- a/tests/twisted/tools/exec-with-log.sh.in
+++ b/tests/twisted/tools/exec-with-log.sh.in
@@ -10,6 +10,7 @@ exec >> gabble-testing.log 2>&1
if test -n "$GABBLE_TEST_VALGRIND"; then
export G_DEBUG=${G_DEBUG:+"${G_DEBUG},"}gc-friendly
export G_SLICE=always-malloc
+ export DBUS_DISABLE_MEM_POOLS=1
GABBLE_WRAPPER="valgrind --leak-check=full --num-callers=20"
GABBLE_WRAPPER="$GABBLE_WRAPPER --show-reachable=yes"
GABBLE_WRAPPER="$GABBLE_WRAPPER --gen-suppressions=all"
--
1.5.6.5
More information about the telepathy-commits
mailing list