Re: mingw regression test fixes

From: "Andrew Dunstan" <andrew(at)dunslane(dot)net>
To: <claudio(dot)natoli(at)memetrics(dot)com>
Cc: <pgsql-patches(at)postgresql(dot)org>
Subject: Re: mingw regression test fixes
Date: 2004-05-01 03:08:11
Message-ID: 4689.24.211.141.25.1083380891.squirrel@www.dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Claudio Natoli said:
>
> For application to HEAD.
>
> As Andrew Dunstan appears to have cracked the regression test buffering
> nut, this patch makes sure that:
> * correct platform specific regression files are used under ming
> * pwd prints out a usable win32 pathname

Claudio,

I'm assuming that you have checked that this works, as it is slightly
different from what I did.

Strictly speaking, the pwd flags test should probably depend in the test
platform rather than the target platform. Something like:

case `uname` in
MINGW32*)
PWDFLAGS=-W;;
*)
PWDFLAGS=;;
esac

I made that adjustment to what I was doing late in the day, but didn't
have time to do a revised patch before I had to do other things.

cheers

andrew

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-05-01 03:09:15 Re: FW: Timezone library
Previous Message Bruce Momjian 2004-05-01 03:07:48 Re: win32 build and test issues