Fix location of output logs of pg_regress

Andrew Dunstan <andrew@dunslane.net>

Commit: 9faa6ae14f6098e4b55f0131f7ec2694a381fb87
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2015-07-21T13:53:16Z
Releases: 9.6.0
Fix location of output logs of pg_regress

initdb.log and postmaster.log were moved to within the temporary instance
path by commit dcae5fa. This directory now gets removed at the end
of the run of pg_regress when there are no failures found, which makes
analysis of after-run issues difficult in some cases, and reduces the
output verbosity of the buildfarm after a run.

Fix by Michael Paquier

Backpatch to 9.5

Files

PathChange+/−
src/test/regress/pg_regress.c modified +6 −6