summaryrefslogtreecommitdiff
path: root/source4/script/valgrind_run
blob: 45361c22b10e487c3a95ef3588640291776db2b9 (plain)
1
2
3
4
5
6
7
#!/bin/sh

ENV="$1"

shift 1

$ENV valgrind -q --db-attach=yes --num-callers=30 $@