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

2008-08-11 Thread Daniel P. Berrange
On Fri, Aug 08, 2008 at 06:30:56PM +0200, Jim Meyering wrote: > Guido Guenther <[EMAIL PROTECTED]> 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 i

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

2008-08-10 Thread Guido Günther
On Fri, Aug 08, 2008 at 06:57:19PM +0200, Jim Meyering wrote: > Can you debug it? > E.g., echo "$PATH" from within the script and figure > out why it doesn't include $$abs_top_builddir/qemud. It suddenly doesn't fail here anymore, no idea what happened. I'll report back once I'm able to break it ag

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

2008-08-08 Thread Jim Meyering
Guido Günther <[EMAIL PROTECTED]> wrote: > On Fri, Aug 08, 2008 at 06:30:56PM +0200, Jim Meyering wrote: >> Guido Guenther <[EMAIL PROTECTED]> 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 PA

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

2008-08-08 Thread Guido Günther
On Fri, Aug 08, 2008 at 06:30:56PM +0200, Jim Meyering wrote: > Guido Guenther <[EMAIL PROTECTED]> 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 i

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

2008-08-08 Thread Jim Meyering
Guido Guenther <[EMAIL PROTECTED]> 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 ab

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

2008-08-08 Thread Guido Guenther
...not the one in $PATH. I was wondering why this test kept failing... -- Guido --- tests/daemon-conf |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/daemon-conf b/tests/daemon-conf index db1f0d3..4a42d1e 100755 --- a/tests/daemon-conf +++ b/tests/daemon-conf