mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
Fixed typo of SLAVELOG and made sure test directories exist.
This commit is contained in:
parent
36445924b5
commit
93557d325a
@ -17,6 +17,8 @@ SCRIPTSDIR=./scripts
|
||||
|
||||
all: FORCE
|
||||
@echo "Initiating LDAP tests..."; \
|
||||
test -d test-db || $(MKDIR) test-db ; \
|
||||
test -d test-repl || $(MKDIR) test-repl ; \
|
||||
$(SCRIPTSDIR)/all $(SCRIPTSDIR)
|
||||
|
||||
install: FORCE
|
||||
|
@ -7,7 +7,7 @@ LDAPADD=../clients/tools/ldapadd
|
||||
PORT=9009
|
||||
SLAVEPORT=9010
|
||||
MASTERLOG=./test-db/slapd.log
|
||||
REPLLOG=./test-repl/slapd.log
|
||||
SLAVELOG=./test-repl/slapd.log
|
||||
DBDIR=./test-db
|
||||
REPLDIR=./test-repl
|
||||
CONF=./data/slapd-master.conf
|
||||
|
Loading…
Reference in New Issue
Block a user