From: Sebastian Harl Date: Sun, 20 Jul 2014 19:43:52 +0000 (+0200) Subject: test_lib.sh: Let integration tests use valgrind.suppress as well. X-Git-Tag: sysdb-0.3.0~39 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=304785b2282a2c77ac03dedacf66f660c3e62cd7 test_lib.sh: Let integration tests use valgrind.suppress as well. --- diff --git a/t/integration/test_lib.sh b/t/integration/test_lib.sh index c02feff..496c02f 100644 --- a/t/integration/test_lib.sh +++ b/t/integration/test_lib.sh @@ -42,6 +42,8 @@ MEMCHECK="valgrind --quiet --tool=memcheck --error-exitcode=1" MEMCHECK="$MEMCHECK --trace-children=yes" MEMCHECK="$MEMCHECK --track-fds=yes" MEMCHECK="$MEMCHECK --leak-check=full" +MEMCHECK="$MEMCHECK --suppressions=$TOP_SRCDIR/t/valgrind.suppress" +MEMCHECK="$MEMCHECK --gen-suppressions=all" SYSDBD_CONF="$TESTDIR/sysdbd.conf"