summaryrefslogtreecommitdiff
path: root/selftest/valgrind_run
blob: 5171d171a74b6ed277fc8878d3c7e88dfdfd092e (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

ENV="$1"

shift 1

CMD="$ENV valgrind -q --db-attach=yes --num-callers=30 $@"
echo $CMD
eval $CMD