Author: abartlet Date: 2005-07-26 03:46:41 +0000 (Tue, 26 Jul 2005) New Revision: 8772
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8772 Log: Include the ldap ejs test in the standard 'make test' Andrew Bartlett Modified: branches/SAMBA_4_0/source/script/tests/test_ldap.sh Changeset: Modified: branches/SAMBA_4_0/source/script/tests/test_ldap.sh =================================================================== --- branches/SAMBA_4_0/source/script/tests/test_ldap.sh 2005-07-26 03:11:16 UTC (rev 8771) +++ branches/SAMBA_4_0/source/script/tests/test_ldap.sh 2005-07-26 03:46:41 UTC (rev 8772) @@ -51,3 +51,7 @@ 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`
