From 0f5e9489918f94d9982fdbc7a0a8c114a59c0af4 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Fri, 21 May 2021 21:09:09 +0200 Subject: missing changes for last commit --- service/tests/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/tests') diff --git a/service/tests/test.sh b/service/tests/test.sh index 1edd979..19d23ff 100644 --- a/service/tests/test.sh +++ b/service/tests/test.sh @@ -30,7 +30,7 @@ print() } checkleaks() { - valgrind --leak-check=full ./build/stldoctor 2>&1 | tee /tmp/testlog + valgrind --leak-check=full --show-leak-kinds=all ./build/stldoctor 2>&1 | tee /tmp/testlog if [ -z "$(grep "no leaks are possible" /tmp/testlog)" ]; then echo "Valgrind exited with errors!" exit 1 -- cgit v1.2.3-71-gd317