util/wrap.pl.in: If the subprocess died with a signal, let's re-signal it
authorRichard Levitte <levitte@openssl.org>
Mon, 22 Aug 2022 16:40:54 +0000 (18:40 +0200)
committerPauli <pauli@openssl.org>
Tue, 23 Aug 2022 23:36:08 +0000 (09:36 +1000)
commit41f238d830e510f6d4bde63dd822e3041f14fc15
tree4d6f26fa77b03a18bb5b2dcf0787266b2e27da5b
parent25c486762daf8a279676e3e98136855e2e021100
util/wrap.pl.in: If the subprocess died with a signal, let's re-signal it

A simple 'kill' of the same signal on our own process should do it.
This will allow the shell that this is running under to catch it
properly, and output something if it usually does that.

Fixes #19041

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19042)

(cherry picked from commit bf16ee4f95c31a66e76056c691f25a0d2b4a39c4)
util/wrap.pl.in