pgsql: Fix regression test handling of test_decoding with MSVC

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix regression test handling of test_decoding with MSVC
Date: 2018-11-26 01:54:53
Message-ID: E1gR66v-0004yE-P9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix regression test handling of test_decoding with MSVC

The set of scripts in charge of running the regression tests for MSVC
run currently under the assumption that only $(top_builddir) can used in
option values defined in REGRESS_OPTS, and those options need to have a
specific format as well to be correctly parsed, so fix the Makefile
values so as those are correctly set.

Per complains from buildfarm member dory and whelk, with some extra
testing done on my side with MSVC to check this patch.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3955cae0c5241f5a67b15a3da2cd524c3839f8c9

Modified Files
--------------
contrib/test_decoding/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-11-26 02:17:33 pgsql: Revert all new recent changes to add PGXS options for TAP and is
Previous Message Michael Paquier 2018-11-26 00:43:08 pgsql: Disable temporarily TAP tests for contrib/bloom/