From 5af0ec4e8b8e89d3db72a05301f2bdca671f9dff Mon Sep 17 00:00:00 2001 From: Peter Stamfest Date: Sun, 16 Mar 2014 09:37:53 +0100 Subject: [PATCH] Track open fds through valgrind --- tests/functions | 2 ++ 1 file changed, 2 insertions(+) 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" ;; *) -- 2.47.3