diff options
author | Michael Adam <obnox@samba.org> | 2007-06-14 12:29:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:23:21 -0500 |
commit | 9426d78f1e0a0c5faf96fcb21f9c8cbb90b9af1f (patch) | |
tree | d1a3195b1fa5687bbb99aefc759f6e6678d66f55 /source3/script | |
parent | 184eb775ffdd6f8afa8822a889b754e5e7050e45 (diff) | |
download | samba-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')
-rwxr-xr-x | source3/script/tests/test_local_s3.sh | 3 |
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 |