mirror of
https://github.com/isar/libmdbx.git
synced 2025-03-26 12:16:06 +08:00
mdbx-tests: корректировка обработки прерывания теста посредством SIGTERM
/SIGINT
(backport).
This commit is contained in:
parent
35349cf538
commit
1e0a1014a4
@ -562,7 +562,7 @@ int osal_actor_poll(mdbx_pid_t &pid, unsigned timeout) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (pid == 0)
|
||||
if (pid == 0 || sigbreak)
|
||||
break;
|
||||
|
||||
if (err != EINTR)
|
||||
|
Loading…
x
Reference in New Issue
Block a user