mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
ocaml: Catch EVENT_ENTER case in test.
For some reason we are not compiling the tests with -warn-error so
this problem was not noticed before.
This fixes commit 9420eaf44e.
This commit is contained in:
@@ -27,7 +27,8 @@ let log g ev eh buf array =
|
||||
| Guestfs.EVENT_PROGRESS -> "progress"
|
||||
| Guestfs.EVENT_APPLIANCE -> "appliance"
|
||||
| Guestfs.EVENT_LIBRARY -> "library"
|
||||
| Guestfs.EVENT_TRACE -> "trace" in
|
||||
| Guestfs.EVENT_TRACE -> "trace"
|
||||
| Guestfs.EVENT_ENTER -> "enter" in
|
||||
|
||||
let eh : int = Obj.magic eh in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user