From 92da5aa6b8d5141b22d781442583c9f3ad94d3af Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 6 Oct 2005 04:45:33 +0000 Subject: r10752: make sure we set the exist status correctly for the tdb tests (This used to be commit e83635941c1829d8cb8c0784b7f7303c85654199) --- source4/script/tests/test_ldap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/script/tests/test_ldap.sh b/source4/script/tests/test_ldap.sh index 587394fa03..37baaf9277 100755 --- a/source4/script/tests/test_ldap.sh +++ b/source4/script/tests/test_ldap.sh @@ -50,7 +50,7 @@ testit "CLDAP" bin/smbtorture $TORTURE_OPTIONS //$SERVER/_none_ LDAP-CLDAP || fa LDBDIR=lib/ldb export LDBDIR -testit "ldb tests" $LDBDIR/tests/test-tdb.sh +testit "ldb tests" $LDBDIR/tests/test-tdb.sh || failed=`expr $failed + 1` SCRIPTDIR=../testprogs/ejs -- cgit