From 15d4047d06f9a5f933d65f8098a59f56520f9883 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 5 Mar 2007 23:01:41 +0000 Subject: r21712: Run tdb stress test. (This used to be commit e480beb9569421da103aafb440eb687daa2359f3) --- source4/script/tests/test_local.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/script/tests') 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 -- cgit