]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Track open fds through valgrind
authorPeter Stamfest <peter@stamfest.at>
Sun, 16 Mar 2014 08:37:53 +0000 (09:37 +0100)
committerPeter Stamfest <peter@stamfest.at>
Sun, 16 Mar 2014 08:38:43 +0000 (09:38 +0100)
tests/functions

index bef671859d83bdc2abc6f4ca2f081e8268e62698..3e05c28178130a46b4638670b838c4752ff5a37b 100644 (file)
@@ -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"
                ;;
        *)