[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] [PATCH] make sure we call the freshly build libvirtd
- From: Jim Meyering <jim meyering net>
- To: Guido Guenther <agx sigxcpu org>
- Cc: libvir-list redhat com
- Subject: Re: [libvirt] [PATCH] make sure we call the freshly build libvirtd
- Date: Fri, 08 Aug 2008 18:30:56 +0200
Guido Guenther <agx 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
...
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]