mdbx-test: add coredump status.

Change-Id: I9003a891744eb78d91a3e279e20efcb4c1ad736c
This commit is contained in:
Leonid Yuriev
2019-07-07 02:33:35 +03:00
parent 7e1e142104
commit 30ac62ceec
4 changed files with 17 additions and 4 deletions

View File

@@ -55,6 +55,8 @@ const char *status2str(actor_status status) {
return "killed";
case as_failed:
return "failed";
case as_coredump:
return "coredump";
}
}