Define env.variable SLAPD_DEBUG to override the default debug level

This commit is contained in:
Hallvard Furuseth 1999-04-02 05:55:58 +00:00
parent 7d8e7085e3
commit adab14395b
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
This directory contains a series of test scripts which are used to
verify basic functionality of the LDAP libraries, slapd, and slurpd.
To run the tests, type "make" in the ./tests directory.
To modify the debug level the tests run slapd with, set the SLAPD_DEBUG
environment variable.

View File

@ -34,7 +34,7 @@ LDAPMODIFY=../clients/tools/ldapmodify
LDAPADD=../clients/tools/ldapadd
LDAPMODRDN=../clients/tools/ldapmodrdn
SLAPDTESTER=$PROGDIR/slapd-tester
LVL=5
LVL=${SLAPD_DEBUG-5}
ADDR=127.0.0.1
PORT=9009
SLAVEPORT=9010