mirror of
https://gitflic.ru/project/erthink/libmdbx.git
synced 2025-06-14 12:08:51 +00:00
mdbx-tests: корректировка обработки прерывания теста посредством SIGTERM
/SIGINT
.
This commit is contained in:
parent
e37194affe
commit
7eb7931a23
@ -562,7 +562,7 @@ int osal_actor_poll(mdbx_pid_t &pid, unsigned timeout) {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pid == 0)
|
if (pid == 0 || sigbreak)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
if (err != EINTR)
|
if (err != EINTR)
|
||||||
|
Loading…
Reference in New Issue
Block a user