diff options
| author | Louis Burda <quent.burda@gmail.com> | 2021-05-21 21:09:09 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2021-05-21 21:09:09 +0200 |
| commit | 0f5e9489918f94d9982fdbc7a0a8c114a59c0af4 (patch) | |
| tree | e62daaebe26746522fecefc1a777230ae4abb4e1 /service/tests/test.sh | |
| parent | 3042855cc0d64966f0cca6471473d6474ea95d01 (diff) | |
| download | enowars5-service-stldoctor-0f5e9489918f94d9982fdbc7a0a8c114a59c0af4.tar.gz enowars5-service-stldoctor-0f5e9489918f94d9982fdbc7a0a8c114a59c0af4.zip | |
missing changes for last commit
Diffstat (limited to 'service/tests/test.sh')
| -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 |
