diff options
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/script/tests/test_local_s3.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/script/tests/test_local_s3.sh b/source3/script/tests/test_local_s3.sh index fd8f98ccab..5de7f1aa82 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 |