s4:wrepl_server: truncate the scope of a netbios name to 237 bytes as Windows 2008...
[Samba/fernandojvsilva.git] / selftest / valgrind_run
blob5171d171a74b6ed277fc8878d3c7e88dfdfd092e
1 #!/bin/sh
3 ENV="$1"
5 shift 1
7 CMD="$ENV valgrind -q --db-attach=yes --num-callers=30 $@"
8 echo $CMD
9 eval $CMD