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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Create TestLib.pm's tempdir underneath tmp_check/, not out in th
Date: 2015-12-05 18:25:11
Message-ID: E1a5HWB-0005jg-39@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/20c444f5b5ef155147b8f3ef115f6bc5382fd2c6

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-12-06 17:42:47 pgsql: Update xindex.sgml for recent additions to GIST opclass API.
Previous Message Noah Misch 2015-12-05 15:47:47 pgsql: Instruct Coverity using an assertion.