pgsql: Fix TAP tests with Perl 5.12

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix TAP tests with Perl 5.12
Date: 2014-10-26 14:28:57
Message-ID: E1XiOoT-0003cO-3R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix TAP tests with Perl 5.12

Perl 5.12 ships with a somewhat broken version of Test::Simple, so skip
the tests if that is found.

The relevant fix is

0.98 Wed, 23 Feb 2011 14:38:02 +1100
Bug Fixes
* subtest() should not fail if $? is non-zero. (Aaron Crane)

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/76e190d52225fc1124efc7d77f773643405b263e

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-10-26 20:12:51 pgsql: Improve planning of btree index scans using ScalarArrayOpExpr qu
Previous Message Peter Eisentraut 2014-10-26 13:56:43 pgsql: Fix TAP tests with Perl 5.8