diff options
Diffstat (limited to 'service/tests')
| -rw-r--r-- | service/tests/test.sh | 2 |
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 |
