aboutsummaryrefslogtreecommitdiffstats
path: root/service/tests
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2021-05-21 21:09:09 +0200
committerLouis Burda <quent.burda@gmail.com>2021-05-21 21:09:09 +0200
commit0f5e9489918f94d9982fdbc7a0a8c114a59c0af4 (patch)
treee62daaebe26746522fecefc1a777230ae4abb4e1 /service/tests
parent3042855cc0d64966f0cca6471473d6474ea95d01 (diff)
downloadenowars5-service-stldoctor-0f5e9489918f94d9982fdbc7a0a8c114a59c0af4.tar.gz
enowars5-service-stldoctor-0f5e9489918f94d9982fdbc7a0a8c114a59c0af4.zip
missing changes for last commit
Diffstat (limited to 'service/tests')
-rw-r--r--service/tests/test.sh2
1 files changed, 1 insertions, 1 deletions
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