diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-03-05 23:01:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:16 -0500 |
commit | 15d4047d06f9a5f933d65f8098a59f56520f9883 (patch) | |
tree | 8c0af2c63d8f2306a729657dd7522309f6eaf58a /source4/script/tests/test_local.sh | |
parent | 754d416ea54e1e520aa035a759ec8e3975ab5354 (diff) | |
download | samba-15d4047d06f9a5f933d65f8098a59f56520f9883.tar.gz samba-15d4047d06f9a5f933d65f8098a59f56520f9883.tar.bz2 samba-15d4047d06f9a5f933d65f8098a59f56520f9883.zip |
r21712: Run tdb stress test.
(This used to be commit e480beb9569421da103aafb440eb687daa2359f3)
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 |