Test: Fix regression test script to look for pgpool.conf in the proper install directory.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 9 Jul 2022 09:41:18 +0000 (18:41 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 9 Jul 2022 09:50:16 +0000 (18:50 +0900)
commitd8c7c40fdb43518fd0e04b73eb14b05d299d5f9a
tree7b14c0a18d29575787016bc4e7607da749b95dcc
parentf6fa086f2eb557ad6c577137fa5bfb15c8557676
Test: Fix regression test script to look for pgpool.conf in the proper install directory.

regress.sh did set PGPOOLDIR environment variable despite that
pgpool_setup look for pgpool.conf sample files at $PGPOOLDIR/etc. As a
result, pgpool_setup looked for pgpool.conf.sample at default install
directory (usually /usr/local/etc) even if "-m noinstall" is not
set. If inappropriate pgpool.conf sample files are in
/usr/local/etc., regression test fails.
src/test/regression/regress.sh