]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Don't clobber test exit code at cleanup in LDAP/Kerberors tests
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Sun, 7 Apr 2024 17:21:27 +0000 (20:21 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Sun, 7 Apr 2024 17:26:22 +0000 (20:26 +0300)
commitf700e7d5710d04940df2d4e0d04080b1899a8f07
treec368b9f09d1bc7c79f91f650ac75bf842f357e4f
parent9e0493445a575495b901bd8ab0d9c976ee6e4e62
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/fb898a70-3a88-4629-88e9-f2375020061d@iki.fi
src/test/kerberos/t/001_auth.pl
src/test/ldap/t/001_auth.pl