]> git.sur5r.net Git - openldap/commitdiff
Moved both logs into test-db to be consistent with out output files.
authorKurt Zeilenga <kurt@openldap.org>
Sat, 15 Aug 1998 02:30:02 +0000 (02:30 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 15 Aug 1998 02:30:02 +0000 (02:30 +0000)
tests/scripts/defines.sh

index bf9ed1786ddf7b96a85c46b867b09fcc6817eaaf..221ea0d0235f19f775bd76eb94bd2ab335628669 100755 (executable)
@@ -6,8 +6,6 @@ LDAPMODIFY=../clients/tools/ldapmodify
 LDAPADD=../clients/tools/ldapadd
 PORT=9009
 SLAVEPORT=9010
-MASTERLOG=./test-db/slapd.log
-SLAVELOG=./test-repl/slapd.log
 DBDIR=./test-db
 REPLDIR=./test-repl
 CONF=./data/slapd-master.conf
@@ -22,6 +20,8 @@ PASSWD=secret
 BABSDN="cn=Barbara Jensen, ou=Information Technology Division, ou=People, o=University of Michigan, c=US"
 BJORNSDN="cn=Bjorn Jensen, ou=Information Technology Division, ou=People, o=University of Michigan, c=US"
 JAJDN="cn=James A Jones 1, ou=Alumni Association, ou=People, o=University of Michigan, c=US"
+MASTERLOG=$DBDIR/master.log
+SLAVELOG=$DBDIR/slave.log
 SEARCHOUT=$DBDIR/ldapsearch.out
 MASTEROUT=$DBDIR/master.out
 SLAVEOUT=$DBDIR/slave.out