1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r8772: Include the ldap ejs test in the standard 'make test'

Andrew Bartlett
(This used to be commit 4ade880dcf)
This commit is contained in:
Andrew Bartlett 2005-07-26 03:46:41 +00:00 committed by Gerald (Jerry) Carter
parent af48ca4810
commit 493fd92b20

View File

@ -51,3 +51,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
SCRIPTDIR=../testprogs/ejs
testit "ejs ldap test" $SCRIPTDIR/ldap.js $SERVER -U$USERNAME%$PASSWORD || failed=`expr $failed + 1`