Re: [libvirt] [PATCH 08/15] Make sure virtTestCaptureProgramOutput has a body on Windows

2010-03-22 Thread Matthias Bolte
2010/3/22 Daniel P. Berrange : > On Mon, Mar 22, 2010 at 02:25:38AM +0100, Matthias Bolte wrote: >> Now the virsh tests compile at least. >> --- >>  tests/testutils.c |    6 ++ >>  1 files changed, 6 insertions(+), 0 deletions(-) >> >> diff --git a/tests/testutils.c b/tests/testutils.c >> index

Re: [libvirt] [PATCH 08/15] Make sure virtTestCaptureProgramOutput has a body on Windows

2010-03-22 Thread Daniel P. Berrange
On Mon, Mar 22, 2010 at 02:25:38AM +0100, Matthias Bolte wrote: > Now the virsh tests compile at least. > --- > tests/testutils.c |6 ++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/tests/testutils.c b/tests/testutils.c > index 8764673..4f17e51 100644 > --- a/tests/

[libvirt] [PATCH 08/15] Make sure virtTestCaptureProgramOutput has a body on Windows

2010-03-21 Thread Matthias Bolte
Now the virsh tests compile at least. --- tests/testutils.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/tests/testutils.c b/tests/testutils.c index 8764673..4f17e51 100644 --- a/tests/testutils.c +++ b/tests/testutils.c @@ -280,6 +280,12 @@ int virtTestCaptureProg