s3-libads: Use a reducing page size to try and cope with a slow LDAP server
[Samba.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