diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-29 09:00:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-30 07:54:44 +0100 |
commit | c2d0ac3f0d8de681b28e0aca6dc41e93f4ca0540 (patch) | |
tree | 852e3862af0dbbe5c7001e022180986f9ca99db4 /meta/recipes-devtools/rust | |
parent | de9508dbd3270ad3221a5b6ae47ee3d4d7aa45e8 (diff) | |
download | poky-c2d0ac3f0d8de681b28e0aca6dc41e93f4ca0540.tar.gz |
oeqa/ssh: Further improve process exit handling
It looks like there were further cases where orphaned processes may be left
behind since the .kill() calls may be unsuccessful if the process terminated
due to the terminate or through normal exit. In that situation .wait()
wouldn't have been called.
Further tweak the exit code paths to ensure .wait() is called to update the
returncode value before returning in all cases.
(From OE-Core rev: 0a0a1731e38edfa72a141e8fd8f2de52be562e94)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rust')
0 files changed, 0 insertions, 0 deletions