pgsql: Fix previous commit for TAP test suites in VPATH builds.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix previous commit for TAP test suites in VPATH builds.
Date: 2014-12-18 06:27:31
Message-ID: E1Y1UYd-0006dS-JD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix previous commit for TAP test suites in VPATH builds.

Per buildfarm member crake. Back-patch to 9.4, where the TAP suites
were introduced.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e35e76a8f486aa397cd27f7e5104e7f0eedda877

Modified Files
--------------
src/Makefile.global.in | 2 +-
src/bin/pg_ctl/t/001_start_stop.pl | 2 +-
src/test/perl/TestLib.pm | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-12-18 08:14:12 pgsql: Fix (re-)starting from a basebackup taken off a standby after a
Previous Message Noah Misch 2014-12-18 03:53:36 pgsql: Lock down regression testing temporary clusters on Windows.