pgsql: Add configure --enable-tap-tests option

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add configure --enable-tap-tests option
Date: 2014-11-02 15:03:41
Message-ID: E1Xkwgv-0002R0-JL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add configure --enable-tap-tests option

Don't skip the TAP tests anymore when IPC::Run is not found. This will
fail normally now.

Branch
------
master

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

Modified Files
--------------
configure | 41 +++++++++++++++++++++++++++++++++++++++-
configure.in | 17 ++++++++++++++++-
doc/src/sgml/installation.sgml | 10 ++++++++++
doc/src/sgml/regress.sgml | 2 +-
src/Makefile.global.in | 8 ++++++++
src/test/perl/TestLib.pm | 12 +-----------
6 files changed, 76 insertions(+), 14 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Stefan Kaltenbrunner 2014-11-02 16:38:02 Re: pgsql: Add configure --enable-tap-tests option
Previous Message Peter Eisentraut 2014-11-01 16:04:34 pgsql: PL/Python: Fix example