Changes between Version 14 and Version 15 of UsersWikiMakeCheckConsiderations
- Timestamp:
- 07/21/09 04:54:47 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiMakeCheckConsiderations
v14 v15 38 38 host all all 127.0.0.1/32 ident 39 39 40 c. To test using postgres account -- make sure you are logged in as a super user e.g. root and do a but before this will work, you need to make sure the regress test folder you have allows postgres access. so 41 chmod 777 regress (you may need to specify the full path if you are not in the postgis source root) 40 c. To test using postgres account -- make sure you are logged in as a super user e.g. root and do a (note this part is only relevant for Linux/Unix users --- mingw has no concept of su) 42 41 su postgres 43 42 44 3. '''Make check fails because of windows linebreaks ''' 43 but before this will work, you need to make sure the regress test folder you have allows postgres access. so 44 chmod 777 regress (you may need to specify the full path if you are not in the postgis source root) 45 46 su postgres 47 48 3. '''Make check fails because of windows linebreaks ''' (seems ot be only an issue for Windows users) 45 49 Use dos2unix to convert all the regress files to unix line breaks. This occurs if you are using SVN repository files. 46 50