pgsql: Require sufficiently modern version of Test::More for TAP tests

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Require sufficiently modern version of Test::More for TAP tests
Date: 2017-04-22 14:28:49
Message-ID: E1d1w1p-0007yO-GX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Require sufficiently modern version of Test::More for TAP tests

Ancient versions of Test::More don't support the note() function used in
some TAP tests, so we require the minimum version of the module that
does.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f92562adbaa614cf185dc170417b9c2c238573b8

Modified Files
--------------
src/test/perl/TestLib.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-04-22 15:41:01 Re: [COMMITTERS] pgsql: Replication lag tracking for walsenders
Previous Message Thomas Munro 2017-04-22 13:54:11 Re: [COMMITTERS] pgsql: Replication lag tracking for walsenders