[pgpool-committers: 8727] pgpool: Test: Fix regression test script to look for pgpool.conf in the

Tatsuo Ishii ishii at sraoss.co.jp
Sun Jul 10 11:07:14 JST 2022


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.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=521353b19698b75cf28346c9224d5674d8af2a0c

Modified Files
--------------
src/test/regression/regress.sh | 2 ++
1 file changed, 2 insertions(+)



More information about the pgpool-committers mailing list