r8772: Include the ldap ejs test in the standard 'make test'
authorAndrew Bartlett <abartlet@samba.org>
Tue, 26 Jul 2005 03:46:41 +0000 (03:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:30:03 +0000 (13:30 -0500)
Andrew Bartlett
(This used to be commit 4ade880dcf3aa78f5934345e587cd54851378261)

source4/script/tests/test_ldap.sh

index a6a5a77662f137acbaad238c234018669b932c64..b3d44a639e2fadb21a9d6bda60856677b99c7b44 100755 (executable)
@@ -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`