1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

s4:blackbox/test_ldb: make use of the $VALGRIND envvar

metze
This commit is contained in:
Stefan Metzmacher 2009-03-03 19:23:25 +01:00
parent c51e5a23fb
commit d52e813117

View File

@ -33,7 +33,7 @@ check() {
}
ldbsearch="$BUILDDIR/bin/ldbsearch$EXEEXT"
ldbsearch="$VALGRIND $BUILDDIR/bin/ldbsearch$EXEEXT"
check "RootDSE" $ldbsearch $CONFIGURATION $options --basedn='' -H $p://$SERVER -s base DUMMY=x dnsHostName highestCommittedUSN || failed=`expr $failed + 1`