diff --git a/tests/Makefile.am b/tests/Makefile.am index e9f28031..12de7da8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -121,5 +121,6 @@ valgrind-check: api-test api-test-2 differ @INFOSTRING="api-test-002" ./valg-api.sh ./api-test-2 @VALG=1 ./luks2-reencryption-test @VALG=1 ./bitlk-compat-test + @grep -l "ERROR SUMMARY: [^0] errors" valglog* || echo "No leaks detected." .PHONY: valgrind-check