Re: Equivalent of --enable-tap-tests in MSVC scripts - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Equivalent of --enable-tap-tests in MSVC scripts
Date
Msg-id 56D5B7DC.6070403@dunslane.net
Whole thread Raw
In response to Equivalent of --enable-tap-tests in MSVC scripts  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Equivalent of --enable-tap-tests in MSVC scripts  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers

On 03/01/2016 08:00 AM, Michael Paquier wrote:
> Hi all,
>
> As of now the MSVC scripts control if TAP tests are enabled or not
> using a boolean flag as $config->{tap_tests}. However, this flag is
> just taken into account in vcregress.pl, with the following issues:
> 1) config_default.pl does not list tap_tests, so it is unclear to
> users to enable them. People need to look into vcregress.pl as a start
> point.
> 2) GetFakeConfigure() does not translate $config->{tap_tests} into
> --enable-tap-tests, leading to pg_config not reporting it in
> CONFIGURE. This is inconsistent with what is done in ./configure.
>
> Attached is a patch to address those two issues.
>

Good work. There seem to be some unrelated whitespace changes. Shouldn't 
this just be two extra lines?

cheers

andrew



pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: checkpointer continuous flushing - V16
Next
From: Joe Conway
Date:
Subject: Re: Proposal: SET ROLE hook