On Mon, Sep 02, 2019 at 17:38:26 +0100, Daniel Berrange wrote:
The current virt-host-validate command has a bunch of checks
defined in the source code which are thus only extensible by
the upstream project, or downstream code modification.
[...]
This breaks in make check on my machine with no 'go' [1] installed:
make[1]: Entering directory '/home/pipo/build/libvirt/gcc/tools'
make check-am
make[2]: Entering directory '/home/pipo/build/libvirt/gcc/tools'
make check-local
make[3]: Entering directory '/home/pipo/build/libvirt/gcc/tools'
cd /home/pipo/libvirt/tools/host-validate && no test ./...
/bin/sh: no: command not found
make[3]: *** [Makefile:4039: check-local] Error 127
[1] Please note that I'd like to keep it that way as much as possible so
preferably you disable the test in such case.