diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-10-06 04:45:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:39:26 -0500 |
commit | 92da5aa6b8d5141b22d781442583c9f3ad94d3af (patch) | |
tree | c23fd57493cf11411a545d8471ae865499cf4636 | |
parent | be9af1a4e8d474a544840f657b1be0c302986417 (diff) | |
download | samba-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)
-rwxr-xr-x | source4/script/tests/test_ldap.sh | 2 |
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 |