svn commit: samba r8040 - in branches/SAMBA_4_0/source/script/tests: .

tridge at samba.org tridge at samba.org
Fri Jul 1 07:25:11 GMT 2005


Author: tridge
Date: 2005-07-01 07:25:10 +0000 (Fri, 01 Jul 2005)
New Revision: 8040

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8040

Log:
run ldb test suite as part of samba 'make test'


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-01 07:23:14 UTC (rev 8039)
+++ branches/SAMBA_4_0/source/script/tests/test_ldap.sh	2005-07-01 07:25:10 UTC (rev 8040)
@@ -47,4 +47,6 @@
 
 testit "CLDAP" bin/smbtorture $TORTURE_OPTIONS //$SERVER/_none_ LDAP-CLDAP || failed=`expr $failed + 1`
 
-
+LDBDIR=lib/ldb
+export LDBDIR
+testit "ldb tests" $LDBDIR/tests/test-tdb.sh



More information about the samba-cvs mailing list