s3:nmbd: as the sig_term() handler only sets a flag we don't need to block SIGTERM
[metze/samba/wip.git] / selftest / valgrind_run
1 #!/bin/sh
2
3 ENV="$1"
4
5 shift 1
6
7 CMD="$ENV valgrind -q --db-attach=yes --num-callers=30 $@"
8 echo $CMD
9 eval $CMD