From: Peter Stamfest Date: Thu, 13 Mar 2014 10:50:27 +0000 (+0100) Subject: Valgrind changes for travis - show log and include supressions X-Git-Tag: v1.5.0-rc1~117^2~2^2~19^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ef3d33e8af3f17aff293465d799973129841859;p=thirdparty%2Frrdtool-1.x.git Valgrind changes for travis - show log and include supressions --- diff --git a/tests/functions b/tests/functions index 2f5a13d7..2de8df76 100644 --- a/tests/functions +++ b/tests/functions @@ -8,7 +8,7 @@ if [ -z "$RRDTOOL" ] ; then --suppressions=$BASEDIR/valgrind-supressions \ --leak-check=full --show-reachable=yes \ --leak-resolution=high --num-callers=20 \ - --error-exitcode=111 --log-file=/dev/null \ + --error-exitcode=111 \ $BASEDIR/../src/rrdtool" ;; *) diff --git a/tests/valgrind-supressions b/tests/valgrind-supressions new file mode 100644 index 00000000..d8fbf348 --- /dev/null +++ b/tests/valgrind-supressions @@ -0,0 +1,8 @@ +{ + setlocale + Memcheck:Addr1 + ... + fun:setlocale + ... + fun:main +}