Fix pgbench TAP test to work in VPATH builds.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e94f2bc809a0c684185666f19d81f6496e732a3a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2018-03-02T19:48:26Z
Releases: 11.0
Fix pgbench TAP test to work in VPATH builds.

Previously, it'd try to create log files under the source directory
not the build directory.  This fell over if the source isn't writable
by the building user.

Fabien Coelho

Discussion: https://postgr.es/m/alpine.DEB.2.20.1801101038340.2283@lancre

Files

PathChange+/−
src/bin/pgbench/t/001_pgbench_with_server.pl modified +6 −4

Discussion