diff --git a/source3/script/tests/test_local_s3.sh b/source3/script/tests/test_local_s3.sh index fd8f98ccabb..5de7f1aa82d 100755 --- a/source3/script/tests/test_local_s3.sh +++ b/source3/script/tests/test_local_s3.sh @@ -23,4 +23,7 @@ testit "replacetort" $VALGRIND $BINDIR/replacetort || \ testit "tdbtorture" $VALGRIND $BINDIR/tdbtorture || \ failed=`expr $failed + 1` +testit "smbconftort" $VALGRIND $BINDIR/tdbtorture $CONFIGURATION || \ + failed =`expr $failed + 1` + testok $0 $failed