libgit2/script/valgrind.sh
2020-12-07 04:06:37 +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" "$@"