From 4efeffd80a5e85abf5603f20631910b2ef180317 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 13 Jul 2021 16:50:16 +0100 Subject: [PATCH] ocaml: tests: Actually call .get_ready method in test plugin It was added in a previous commit, but never called. Fixes: commit d52d0adf3d395f98f0fb4cd06044cc6dc7aeaef0 (cherry picked from commit 156aa8337e5d1886c296a94de631b01c10f1bc78) --- tests/test_ocaml_plugin.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_ocaml_plugin.ml b/tests/test_ocaml_plugin.ml index 2bbaa218..fee8528e 100644 --- a/tests/test_ocaml_plugin.ml +++ b/tests/test_ocaml_plugin.ml @@ -99,6 +99,7 @@ let plugin = { version = NBDKit.version (); load = Some load; + get_ready = Some get_ready; unload = Some unload; config = Some config; config_complete = Some config_complete; -- 2.31.1