]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Create TestLib.pm's tempdir underneath tmp_check/, not out in the open.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 5 Dec 2015 18:23:48 +0000 (13:23 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 5 Dec 2015 18:23:48 +0000 (13:23 -0500)
commit20c444f5b5ef155147b8f3ef115f6bc5382fd2c6
tree89c361c79be80c0ba7aa9c46cbd58fa8915a281f
parent0d46bdde2b59e67446e10165e487935a54dfd225
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
src/test/perl/TestLib.pm