diff options
author | Simo Sorce <idra@samba.org> | 2005-12-31 10:04:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:33 -0500 |
commit | 93a3e9e2b615f041f13dff8f77891f52d274a19f (patch) | |
tree | 4d7ec6b44cb89f9bfe8bea70ddbee928e117f3b9 /source4/lib/ldb | |
parent | 60d27d8505c483c2fac852d3ddc9148f476dfc6b (diff) | |
download | samba-93a3e9e2b615f041f13dff8f77891f52d274a19f.tar.gz samba-93a3e9e2b615f041f13dff8f77891f52d274a19f.tar.bz2 samba-93a3e9e2b615f041f13dff8f77891f52d274a19f.zip |
r12643: don't fail make test
thanks Brad
(This used to be commit 2f213b9580cb9e84f1c44393cac521e5c1af817b)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |