[pgpool-committers: 8721] pgpool: Test: Fix regression test script to look for pgpool.conf in the
Tatsuo Ishii
ishii at sraoss.co.jp
Sun Jul 10 11:06:53 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
------
V4_0_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=d8c7c40fdb43518fd0e04b73eb14b05d299d5f9a
Modified Files
--------------
src/test/regression/regress.sh | 2 ++
1 file changed, 2 insertions(+)
More information about the pgpool-committers
mailing list