pgsql: Fix TAP tests with Perl 5.8

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix TAP tests with Perl 5.8
Date: 2014-10-26 13:56:43
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix TAP tests with Perl 5.8

The prove program included in Perl 5.8 does not support the --ext
option, so don't use that and use wildcards on the command line instead.

Note that the tests will still all be skipped, because, for instance,
the version of Test::More is too old, but at least the regular
mechanisms for handling that will apply, instead of failing to call
prove altogether.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6b531cd077eeacce25106f5456876b57ad68a834

Modified Files
--------------
src/Makefile.global.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2014-10-26 14:28:57 pgsql: Fix TAP tests with Perl 5.12
Previous Message Heikki Linnakangas 2014-10-25 18:00:38 Re: pgsql: Make the locale comparison in pg_upgrade more lenient