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-0006dR-J8@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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/40c598fa15bef1ea10850aad80914ab797808106

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.