Skip to content
Snippets Groups Projects
Commit fded0021 authored by Howard Chu's avatar Howard Chu
Browse files

Fix prev commit

parent 65ea6c23
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ test-hdb: FORCE
@-$(LN_S) $(srcdir)/data .
@-$(LN_S) $(top_srcdir)/servers/slapd/schema .
@-$(LN_S) ../libraries/liblunicode ucdata
@if test "$(BUILD_BDB)" = "yes" ; then \
@if test "$(BUILD_HDB)" = "yes" ; then \
echo "Initiating LDAP tests for HDB..." ; \
$(MKDIR) test-db test-repl || true; \
$(srcdir)/scripts/all $(srcdir) hdb $(BUILD_MONITOR) ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment