pgsql: Use a better way of skipping all subscription tests on Windows

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use a better way of skipping all subscription tests on Windows
Date: 2017-05-13 06:50:18
Message-ID: E1d9Qsc-00065H-8l@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use a better way of skipping all subscription tests on Windows

This way we only need to specify the number of tests in one place, and
the output is also less verbose.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8d9f06097714ce1f4243329172f73c2d20b896a6

Modified Files
--------------
src/test/authentication/t/001_password.pl | 68 ++++++++++---------
src/test/authentication/t/002_saslprep.pl | 105 +++++++++++++++---------------
2 files changed, 90 insertions(+), 83 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-05-13 13:42:15 pgsql: Avoid hard-wired sleep delays in stats regression test.
Previous Message Alvaro Herrera 2017-05-13 04:17:18 pgsql: Complete tab completion for DROP STATISTICS