From: Peter Stamfest Date: Sun, 16 Mar 2014 08:37:53 +0000 (+0100) Subject: Track open fds through valgrind X-Git-Tag: v1.5.0-rc1~117^2~2^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5af0ec4e8b8e89d3db72a05301f2bdca671f9dff;p=thirdparty%2Frrdtool-1.x.git Track open fds through valgrind --- diff --git a/tests/functions b/tests/functions index bef67185..3e05c281 100644 --- a/tests/functions +++ b/tests/functions @@ -12,6 +12,8 @@ if [ -z "$RRDTOOL" ] ; then --leak-check=full --show-reachable=yes \ --leak-resolution=high --num-callers=20 \ --error-exitcode=111 \ + --track-fds=yes \ + --free-fill=ad \ $BASEDIR/../src/rrdtool" ;; *)