tests: change postgresql socket dir to /tmp
[?]
Mar 29, 2019, 9:46 PM
3HRBFWGK2JHMIV76HEF52DEJPMXFW6W6LL3ISFVPREPOW7AYHX3QCDependencies
- [2]
3HVZCXJRShut up warnings - [3]
LAJHRL6OFix tests - [4]
7VQ4ALFYUpdate "make check" for the new queue runner - [5]
UQYHPQ6URun PostgreSQL during "make check" - [*]
GBCPEGYCAdd a .gitignore - [*]
G2ZB6464first test, not yet in buildprocess - [*]
OB7GB5DLTest environment cleanups
Change contents
- edit in .gitignore at line 35[2.33]
result - edit in tests/Makefile.am at line 15[9.24][3.151]
PGHOST=/tmp \ - replacement in tests/set-up.pl at line 3
system("pg_ctl -D postgres -o \"-F -p 6433 -h ''\" -w start") == 0 or die;system("pg_ctl -D postgres -o \"-F -p 6433 -h '' -k /tmp \" -w start") == 0 or die;