From: Hilko Bengen Date: Tue, 10 Apr 2018 22:42:27 +0000 (+0200) Subject: Disable v2v test harness. X-Git-Tag: archive/raspbian/1%1.44.0-1+rpi1~2^2^2^2^2^2^2^2^2^2^2^2^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=238e2870f75619f7c0fdf18cc6d0ad68df2a7f2e;p=libguestfs.git Disable v2v test harness. It needs libvirt-ocaml later than 0.6.1.4 ... which is not present in Debian yet. Gbp-Pq: Name 0014-Disable-v2v-test-harness.patch --- diff --git a/v2v/test-harness/Makefile.am b/v2v/test-harness/Makefile.am index d6918896..fe7c40a0 100644 --- a/v2v/test-harness/Makefile.am +++ b/v2v/test-harness/Makefile.am @@ -30,6 +30,7 @@ SOURCES_MLI = \ SOURCES_ML = \ v2v_test_harness.ml +if FALSE if HAVE_OCAML if HAVE_OCAML_PKG_LIBVIRT @@ -130,6 +131,7 @@ stamp-virt-v2v-test-harness.pod: virt-v2v-test-harness.pod $(top_builddir)/ocaml-dep.sh -I .. $^ -include .depend +endif endif endif