diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-08-22 23:35:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:34:21 -0500 |
commit | b19ad7281eb0323a38bb2d0e2de3554caf88d3f8 (patch) | |
tree | 0a6125261fa45d2013ca78e25c04764bf60311ea /source4/script/tests/test_ldap.sh | |
parent | da6dc01ae2c7bc26a14af2189d345e0ec38a9660 (diff) | |
download | samba-b19ad7281eb0323a38bb2d0e2de3554caf88d3f8.tar.gz samba-b19ad7281eb0323a38bb2d0e2de3554caf88d3f8.tar.bz2 samba-b19ad7281eb0323a38bb2d0e2de3554caf88d3f8.zip |
r9493: our test scripts need to use testok at the end or the errors don't annumulate between scripts
this is why the GetOptions bug wasn't caught by 'make test'
(This used to be commit 20a14b9b35c928a592cf03ebedbc6c89f756af28)
Diffstat (limited to 'source4/script/tests/test_ldap.sh')
-rwxr-xr-x | source4/script/tests/test_ldap.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/script/tests/test_ldap.sh b/source4/script/tests/test_ldap.sh index a457f527bd..746ca4672b 100755 --- a/source4/script/tests/test_ldap.sh +++ b/source4/script/tests/test_ldap.sh @@ -55,3 +55,5 @@ testit "ldb tests" $LDBDIR/tests/test-tdb.sh SCRIPTDIR=../testprogs/ejs testit "ejs ldap test" $SCRIPTDIR/ldap.js $SERVER -U$USERNAME%$PASSWORD || failed=`expr $failed + 1` + +testok $0 $failed |