pgsql: Create TestLib.pm's tempdir underneath tmp_check/, not out in th - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Create TestLib.pm's tempdir underneath tmp_check/, not out in th
Date
Msg-id E1a5HWB-0005jh-3E@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Create TestLib.pm's tempdir underneath tmp_check/, not out in the open.

This way, existing .gitignore entries and makefile clean actions will
automatically apply to the tempdir, should it survive a TAP test run
(which can happen if the user control-C's out of the run, for example).

Michael Paquier, per a complaint from me

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0cc6badf69f914667d3645af3e8d05e973542cb1

Modified Files
--------------
src/test/perl/TestLib.pm |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Instruct Coverity using an assertion.
Next
From: Tom Lane
Date:
Subject: pgsql: Create TestLib.pm's tempdir underneath tmp_check/, not out in th