summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-10-06 04:45:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:26 -0500
commit92da5aa6b8d5141b22d781442583c9f3ad94d3af (patch)
treec23fd57493cf11411a545d8471ae865499cf4636 /source4/script
parentbe9af1a4e8d474a544840f657b1be0c302986417 (diff)
downloadsamba-92da5aa6b8d5141b22d781442583c9f3ad94d3af.tar.gz
samba-92da5aa6b8d5141b22d781442583c9f3ad94d3af.tar.bz2
samba-92da5aa6b8d5141b22d781442583c9f3ad94d3af.zip
r10752: make sure we set the exist status correctly for the tdb tests
(This used to be commit e83635941c1829d8cb8c0784b7f7303c85654199)
Diffstat (limited to 'source4/script')
-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