Fixed typo of SLAVELOG and made sure test directories exist.

This commit is contained in:
Kurt Zeilenga 1998-08-15 02:21:07 +00:00
parent 36445924b5
commit 93557d325a
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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