From 93a3e9e2b615f041f13dff8f77891f52d274a19f Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 31 Dec 2005 10:04:11 +0000 Subject: r12643: don't fail make test thanks Brad (This used to be commit 2f213b9580cb9e84f1c44393cac521e5c1af817b) --- source4/lib/ldb/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4') diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index 6b90837aed..5a6155edd0 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -162,6 +162,9 @@ ifeq (1,0) 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 -- cgit