diff options
Diffstat (limited to 'source4/script/tests/test_local.sh')
-rwxr-xr-x | source4/script/tests/test_local.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/script/tests/test_local.sh b/source4/script/tests/test_local.sh index 2751c73b11..be80d56aa2 100755 --- a/source4/script/tests/test_local.sh +++ b/source4/script/tests/test_local.sh @@ -27,4 +27,6 @@ for t in $local_tests; do testit "$t" $VALGRIND bin/smbtorture $TORTURE_OPTIONS ncalrpc: $t "$*" done +testit "tdb stress" $VALGRIND bin/tdbtorture + testok $0 $failed |