File: valgrind.sh

package info (click to toggle)
libgit2 1.5.1%2Bds-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 56,804 kB
  • sloc: ansic: 187,873; sh: 1,186; python: 384; php: 65; makefile: 33
file content (2 lines) | stat: -rwxr-xr-x 170 bytes parent folder | download | duplicates (4)
1
2
#!/bin/bash
exec valgrind --leak-check=full --show-reachable=yes --error-exitcode=125 --num-callers=50 --suppressions="$(dirname "${BASH_SOURCE[0]}")/valgrind.supp" "$@"