[libvirt] [PATCH] make sure we call the freshly build libvirtd

Jim Meyering jim at meyering.net
Fri Aug 8 16:30:56 UTC 2008


Guido Guenther <agx at sigxcpu.org> wrote:
> ...not the one in $PATH. I was wondering why this test kept failing...

You shouldn't need that change, since "make check" already sets PATH
so that $abs_top_builddir/qemud is early in PATH.  And it does it
in such a way that it should work even if the absolute path
contains shell meta-characters.

Are you trying to run the test manually via "./daemon-conf"?

If you want to run just that one test, use this:

  make -C tests check TESTS=daemon-conf

> diff --git a/tests/daemon-conf b/tests/daemon-conf
...
> +LIBVIRTD=$abs_top_builddir/qemud/libvirtd
...




More information about the libvir-list mailing list