summaryrefslogtreecommitdiff
path: root/source4/script/tests/test_ldap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/script/tests/test_ldap.sh')
-rwxr-xr-xsource4/script/tests/test_ldap.sh2
1 files changed, 1 insertions, 1 deletions
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