test: enable valgrind fd tracking

This commit is contained in:
Miroslav Lichvar
2024-11-28 11:16:20 +01:00
parent 014a67b29e
commit d7a578fed2

View File

@@ -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 ../..