From: Miroslav Lichvar Date: Thu, 28 Nov 2024 10:16:20 +0000 (+0100) Subject: test: enable valgrind fd tracking X-Git-Tag: 4.7-pre1~65 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d7a578fed2767c7b920eca6b474f6db3e07c7f3f;p=thirdparty%2Fchrony.git test: enable valgrind fd tracking --- diff --git a/test/compilation/003-sanitizers b/test/compilation/003-sanitizers index 92872238..73bb1c85 100755 --- a/test/compilation/003-sanitizers +++ b/test/compilation/003-sanitizers @@ -2,7 +2,7 @@ # Run the unit and simulation tests with different compiler sanitizers # and under valgrind -valgrind_opts="--leak-check=full --errors-for-leak-kinds=definite" +valgrind_opts="--leak-check=full --errors-for-leak-kinds=definite --track-fds=yes" cd ../..