diff options
Diffstat (limited to 'coverage/scripts/run-test.sh')
-rwxr-xr-x | coverage/scripts/run-test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coverage/scripts/run-test.sh b/coverage/scripts/run-test.sh index 26ade877..34c2d303 100755 --- a/coverage/scripts/run-test.sh +++ b/coverage/scripts/run-test.sh @@ -14,6 +14,7 @@ valgrind \ --trace-children=no \ --track-fds=yes \ --leak-check=full \ + --show-leak-kinds=all \ $R/bin/afb-daemon-cov \ --verbose \ --verbose \ |