Re: mingw regression test fixes

From: Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com>
To: 'Andrew Dunstan' <andrew(at)dunslane(dot)net>, Claudio Natoli <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:07:35
Message-ID: A02DEC4D1073D611BAE8525405FCCE2B55F42C@harris.memetrics.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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

Seems to.


> 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

There's three other tests that use $host_platform in pg_regress.sh in the
exact same manner. Not sure I understand the objection.

Cheers,
Claudio

---
Certain disclaimers and policies apply to all email sent from Memetrics.
For the full text of these disclaimers and policies see
<a
href="http://www.memetrics.com/emailpolicy.html">http://www.memetrics.com/em
ailpolicy.html</a>

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-05-01 03:07:48 Re: win32 build and test issues
Previous Message Andrew Dunstan 2004-05-01 03:01:51 Re: win32 build and test issues