summaryrefslogtreecommitdiff
path: root/tests/twisted/tools/exec-with-log.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/tools/exec-with-log.sh.in')
-rw-r--r--tests/twisted/tools/exec-with-log.sh.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/twisted/tools/exec-with-log.sh.in b/tests/twisted/tools/exec-with-log.sh.in
index c3baef1..16dae59 100644
--- a/tests/twisted/tools/exec-with-log.sh.in
+++ b/tests/twisted/tools/exec-with-log.sh.in
@@ -11,6 +11,9 @@ if test -n "$RAKIA_TEST_VALGRIND"; then
export G_DEBUG=gc-friendly
export G_SLICE=always-malloc
RAKIA_WRAPPER="valgrind --leak-check=full"
+# RAKIA_WRAPPER="$RAKIA_WRAPPER --gen-suppressions=all"
+ RAKIA_WRAPPER="$RAKIA_WRAPPER --suppressions=@abs_top_srcdir@/tests/suppressions/tp-glib.supp"
+ RAKIA_WRAPPER="$RAKIA_WRAPPER --suppressions=@abs_top_srcdir@/tests/suppressions/rakia.supp"
fi
exec $RAKIA_WRAPPER @abs_top_builddir@/src/telepathy-rakia