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: | [email protected] |
Views: | Whole Thread | Raw Message | 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
------
REL9_4_STABLE
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(-)
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 |