[pgpool-committers: 8722] 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:58 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_1_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=17e29cf349658e0fa72f5ed8c3c184d379cfe2b7
Modified Files
--------------
src/test/regression/regress.sh | 2 ++
1 file changed, 2 insertions(+)
More information about the pgpool-committers
mailing list