From 33f55384bc3a642e8e0d8fd60c025e8411903f19 Mon Sep 17 00:00:00 2001 From: fedir Date: Tue, 13 May 2025 18:01:03 +0200 Subject: [PATCH] Added more leak checks --- test/test.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.bash b/test/test.bash index 8c2b6de..107e524 100755 --- a/test/test.bash +++ b/test/test.bash @@ -47,7 +47,7 @@ else echo "Database protection will not be tested due to the lack of setuid capabilites." echo "To test it, run this script with '--setuid'." #valgrind --leak-check=full -s ../build/icfs -o default_permissions -o debug ./protected ./.pt.db 2>&1 | grep "==\|zenity\|Permission\|column\|callback" & - valgrind --leak-check=full -s ../build/icfs -o default_permissions ./protected ./.pt.db & + valgrind --leak-check=full --show-leak-kinds=all -s ../build/icfs -o default_permissions ./protected ./.pt.db & sleep 5 fi