pgsql: Skip permissions test under MINGW/Windows

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Skip permissions test under MINGW/Windows
Date: 2018-04-09 02:50:15
Message-ID: E1f5Msp-0007oF-Nf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Skip permissions test under MINGW/Windows

We don't support the same kind of permissions tests on Windows/MINGW, so
these tests really shouldn't be getting run on that platform.

Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9d0383c015aabd7565f3df010a5ff56b46aa8756

Modified Files
--------------
src/bin/pg_upgrade/test.sh | 25 ++++++++++++++++---------
1 file changed, 16 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2018-04-09 02:52:31 Re: pgsql: Fix EXEC BACKEND + Windows builds for group privs
Previous Message Tom Lane 2018-04-09 02:44:17 Re: pgsql: Fix EXEC BACKEND + Windows builds for group privs