summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2005-12-31 10:04:11 +0000
committerSimo Sorce <idra@samba.org>2005-12-31 10:04:11 +0000
commitd89f9099557651f206c9fa88673e1aec88a69c96 (patch)
tree4ede434e35731d87489f0aeddcd0afc7d434cc8b
parent61475307f08da36c94561ebd5b764b22ef68e89f (diff)
downloadsamba-d89f9099557651f206c9fa88673e1aec88a69c96.tar.gz
samba-d89f9099557651f206c9fa88673e1aec88a69c96.tar.xz
samba-d89f9099557651f206c9fa88673e1aec88a69c96.zip
r12643: don't fail make test
thanks Brad
-rw-r--r--source/lib/ldb/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/lib/ldb/Makefile.in b/source/lib/ldb/Makefile.in
index 6b90837aed5..5a6155edd06 100644
--- a/source/lib/ldb/Makefile.in
+++ b/source/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