diff options
-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 019a51559b..6117106c8a 100755 --- a/source3/script/tests/test_local_s3.sh +++ b/source3/script/tests/test_local_s3.sh @@ -20,4 +20,7 @@ testit "talloctort" $VALGRIND $BINDIR/talloctort || \ testit "replacetort" $VALGRIND $BINDIR/replacetort || \ failed=`expr $failed + 1` +testit "tdbtorture" $VALGRIND $BINDIR/tdbtorture || \ + failed=`expr $failed +1` + testok $0 $failed |