]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
test: enable valgrind fd tracking
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 28 Nov 2024 10:16:20 +0000 (11:16 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 28 Nov 2024 10:17:51 +0000 (11:17 +0100)
test/compilation/003-sanitizers

index 928722382f22bde4530caae910c38cdf92b66d91..73bb1c85636ef0cd3038168cc472ffc3e3263bd3 100755 (executable)
@@ -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 ../..