Re: Supporting TAP tests with MSVC and Windows

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Cc: Noah Misch <noah(at)leadboat(dot)com>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Supporting TAP tests with MSVC and Windows
Date: 2015-07-25 12:42:13
Message-ID: CAB7nPqQ97_3X5mmNxwP7pDb4V9oopGvyqovxOx3-HAt24KcAeQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Jul 25, 2015 at 2:27 AM, Heikki Linnakangas <hlinnaka(at)iki(dot)fi> wrote:
> On 06/25/2015 07:40 AM, Michael Paquier wrote:
>>
>> On Tue, May 26, 2015 at 3:39 PM, Michael Paquier wrote:
>>>
>>> Here is v6, a rebased version on HEAD (79f2b5d). There were some
>>> conflicts with the indentation and some other patches related to
>>> pg_rewind and initdb's tests.
>>
>>
>> Attached is v7, rebased on 0b157a0.
>
>
> Thanks! I fiddled with this a bit more, to centralize more of the
> platform-dependent stuff to RewindTest.pm. Also, Windows doesn't have "cat"
> and "touch" if you haven't installed MinGW, so I replaced those calls with
> built-in perl code.
>
> Can you double-check that the attached still works in your environment? It
> works for me now.

Sure, I'll double check and update your last version as necessary.

> We need to put some instructions in the docs on how to install IPC::Run on
> Windows. I can write up something unless you're eager to.

I'll do it. That's fine, but it is going to be closer to a ninja
version of what you did.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2015-07-25 12:56:02 Re: pg_dump -Fd and compression level
Previous Message Michael Paquier 2015-07-25 12:37:44 Re: creating extension including dependencies