summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_local_s3.sh
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-06-14 12:29:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:21 -0500
commit9426d78f1e0a0c5faf96fcb21f9c8cbb90b9af1f (patch)
treed1a3195b1fa5687bbb99aefc759f6e6678d66f55 /source3/script/tests/test_local_s3.sh
parent184eb775ffdd6f8afa8822a889b754e5e7050e45 (diff)
downloadsamba-9426d78f1e0a0c5faf96fcb21f9c8cbb90b9af1f.tar.gz
samba-9426d78f1e0a0c5faf96fcb21f9c8cbb90b9af1f.tar.bz2
samba-9426d78f1e0a0c5faf96fcb21f9c8cbb90b9af1f.zip
r23489: (Re-)Add tdbtorture as a build target to 3_0_26.
Add the tdbtorture test to the test script in 3_0 and 3_0_26. Michael (This used to be commit 30d71cf4b8decd6fad0c44a3eb57e29ea7d898a0)
Diffstat (limited to 'source3/script/tests/test_local_s3.sh')
-rwxr-xr-xsource3/script/tests/test_local_s3.sh3
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