svn commit: samba r12643 - in branches/SAMBA_4_0/source/lib/ldb: .

idra at samba.org idra at samba.org
Sat Dec 31 10:04:12 GMT 2005


Author: idra
Date: 2005-12-31 10:04:11 +0000 (Sat, 31 Dec 2005)
New Revision: 12643

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

Log:
don't fail make test
thanks Brad

Modified:
   branches/SAMBA_4_0/source/lib/ldb/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2005-12-31 09:44:04 UTC (rev 12642)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2005-12-31 10:04:11 UTC (rev 12643)
@@ -162,6 +162,9 @@
 test-schema:
 	@echo "STARTING SCHEMA MODULE TEST"
 	tests/test-schema.sh
+else
+test-schema:
+	@echo "SKIPPING SCHEMA MODULE TEST"
 endif
 
 test: $(BINS) test-tdb test-ldap test-sqlite3 test-schema



More information about the samba-cvs mailing list