libgit2/script/valgrind.sh
2020-03-14 00:52:48 +05:30

3 lines
170 B
Bash
Executable File

#!/bin/bash
exec valgrind --leak-check=full --show-reachable=yes --error-exitcode=125 --num-callers=50 --suppressions="$(dirname "${BASH_SOURCE[0]}")/valgrind.supp" "$@"