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:49:48 +0000 (18:49 +0900)
commit521353b19698b75cf28346c9224d5674d8af2a0c
tree11683827c76399d53e281256f5cbb6587941c240
parent47fd46cbcf31b46d93a8ade62fda43b82c39b4e6
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