When a TAP file has non-zero exit status, retain temporary directories.

Noah Misch <noah@leadboat.com>

Commit: bf989aaf35613ed2c2a66e120ca600e7b9da4f82
Author: Noah Misch <noah@leadboat.com>
Date: 2020-02-05T16:26:41Z
Releases: 13.0
When a TAP file has non-zero exit status, retain temporary directories.

PostgresNode already retained base directories in such cases.  Stop
using $SIG{__DIE__}, which is redundant with the exit status check, in
lieu of proliferating it to TestLib.  Back-patch to 9.6, where commit
88802e068017bee8cea7a5502a712794e761c7b5 introduced retention on
failure.

Reviewed by Daniel Gustafsson.

Discussion: https://postgr.es/m/20200202170155.GA3264196@rfd.leadboat.com

Files

PathChange+/−
src/test/perl/PostgresNode.pm modified +1 −16
src/test/perl/TestLib.pm modified +7 −2

Discussion