Skip to content
Snippets Groups Projects
Commit 93557d32 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fixed typo of SLAVELOG and made sure test directories exist.

parent 36445924
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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