mdbx-tests: корректировка обработки прерывания теста посредством SIGTERM/SIGINT.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2025-03-20 14:11:49 +03:00
parent e37194affe
commit 7eb7931a23

View File

@ -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)