Don't clobber test exit code at cleanup in LDAP/Kerberors tests If the test script die()d before running the first test, the whole test was interpreted as SKIPped rather than failed. The PostgreSQL::Cluster module got this right.
Backpatch to all supported versions. Discussion: https://www.postgresql.org/message-id/[email protected] Branch ------ REL_15_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/a9c20c85c73a41d3736f142743fa1a01df1e04b6 Modified Files -------------- src/test/kerberos/t/001_auth.pl | 7 ++++++- src/test/ldap/t/001_auth.pl | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-)
