[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#5193) defines.sh error



Full_Name: Quanah Gibson-Mount
Version: RE24
OS: 
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (71.202.148.128)


make[2]: Entering directory `/usr/local/build/ldap-rel-eng-2-4/tests'
Initiating LDAP tests for BDB...
./scripts/defines.sh: line 55: cd: ./schema: No such file or directory
Running ./scripts/all...
>>>>> Executing all LDAP tests for bdb


SCHEMADIR=${USER_SCHEMADIR-./schema}
ABS_SCHEMADIR=`(cd $SCHEMADIR; pwd)`

Should that be ../schema?  Why do we need to cd to it?  Nothing is failing so
far by not doing so.