Lists: | pgsql-committers |
---|
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 |
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
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: | Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-committers(at)postgresql(dot)org |
Subject: | Re: pgsql: Add configure --enable-tap-tests option |
Date: | 2014-11-02 16:38:02 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-committers |
On 11/02/2014 04:03 PM, Peter Eisentraut wrote:
> Add configure --enable-tap-tests option
>
> Don't skip the TAP tests anymore when IPC::Run is not found. This will
> fail normally now.
this one broke the make-dist build on guaibasaurus
Stefan
From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, pgsql-committers(at)postgresql(dot)org |
Subject: | Re: pgsql: Add configure --enable-tap-tests option |
Date: | 2014-11-03 16:47:13 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-committers |
On 11/2/14 11:38 AM, Stefan Kaltenbrunner wrote:
> On 11/02/2014 04:03 PM, Peter Eisentraut wrote:
>> Add configure --enable-tap-tests option
>>
>> Don't skip the TAP tests anymore when IPC::Run is not found. This will
>> fail normally now.
>
> this one broke the make-dist build on guaibasaurus
>
> http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=guaibasaurus&dt=2014-11-02%2016%3A17%3A02
Fixed.