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:23 +0000 (18:50 +0900)
commit8d21c1e258304072d3f572f4b3d2ef5ef37ed6ab
tree9bf6a453e16716ae3cbad647adc9dade965504d9
parent2a6a721888454550ad9071b501cc77d4df3474cf
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