Обсуждение: pgsql: Add configure --enable-tap-tests option

Поиск
Список
Период
Сортировка

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

От
Peter Eisentraut
Дата:
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(-)


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

От
Stefan Kaltenbrunner
Дата:
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




Stefan


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

От
Peter Eisentraut
Дата:
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.