From 9426d78f1e0a0c5faf96fcb21f9c8cbb90b9af1f Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 14 Jun 2007 12:29:04 +0000 Subject: 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) --- source3/script/tests/test_local_s3.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/script/tests/test_local_s3.sh') 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 -- cgit