[Libguestfs] [PATCH 4/4] ocaml: The implicit close patch only works on native code.

Richard W.M. Jones rjones at redhat.com
Tue Oct 6 15:05:47 UTC 2015


---
 ocaml/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am
index ea41377..10a38f7 100644
--- a/ocaml/Makefile.am
+++ b/ocaml/Makefile.am
@@ -111,10 +111,11 @@ test_progs_bc = \
 	t/guestfs_040_create_multiple.bc \
 	t/guestfs_050_handle_properties.bc \
 	t/guestfs_060_explicit_close.bc \
-	t/guestfs_065_implicit_close.bc \
 	t/guestfs_070_optargs.bc \
 	t/guestfs_410_close_event.bc \
 	t/guestfs_420_log_messages.bc
+# Broken on bytecode, works on native:
+#	t/guestfs_065_implicit_close.bc
 
 test_progs_opt = \
 	t/guestfs_010_load.opt \
-- 
2.5.0




More information about the Libguestfs mailing list