pgsql: Use separate output dirs for test_decoding's two runs. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Use separate output dirs for test_decoding's two runs.
Date
Msg-id E1WUOJi-0006QA-4p@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use separate output dirs for test_decoding's two runs.

contrib/test_decoding's "make check" runs two sets of tests. Unless we
specify separate output directories for each set the isolation tests
will overwrite the output from the  normal regression set. Doing this
will help the buildfarm collect complete logs.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7317d8d961f210c3a6b20972cd605bcd9bffb06e

Modified Files
--------------
contrib/test_decoding/Makefile |    6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Secure Unix-domain sockets of "make check" temporary clusters.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Rename GinLogicValue to GinTernaryValue.