3 # this runs the file serving tests that are expected to pass with samba3
7 Usage: test_local_s3.sh
12 incdir
=`dirname $0`/..
/..
/..
/testprogs
/blackbox
18 if test -x bin
/talloctort
; then
19 testit
"talloctort" $VALGRIND $BINDIR/talloctort || \
20 failed
=`expr $failed + 1`
22 echo "Skipping talloctort"
25 testit
"replacetort" $VALGRIND $BINDIR/replacetort || \
26 failed
=`expr $failed + 1`
28 if test -x bin
/tdbtorture
; then
29 testit
"tdbtorture" $VALGRIND $BINDIR/tdbtorture || \
30 failed
=`expr $failed + 1`
32 echo "Skipping tdbtorture"
35 testit
"smbconftort" $VALGRIND $BINDIR/smbconftort
$CONFIGURATION || \
36 failed
=`expr $failed + 1`