r23489: (Re-)Add tdbtorture as a build target to 3_0_26.
authorMichael Adam <obnox@samba.org>
Thu, 14 Jun 2007 12:29:04 +0000 (12:29 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:21 +0000 (12:23 -0500)
Add the tdbtorture test to the test script in 3_0 and 3_0_26.

Michael

source/script/tests/test_local_s3.sh

index 019a51559bec42b87ce9b7ae93d2f60210df08bb..6117106c8a3c445aa7f9c5760f6b2f990db32a5d 100755 (executable)
@@ -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