Re: [libvirt] [PATCH] fchosttest: Run the test only under linux

2013-09-27 Thread Daniel P. Berrange
On Fri, Sep 27, 2013 at 09:19:12AM -0600, Eric Blake wrote: > On 09/27/2013 08:51 AM, Michal Privoznik wrote: > > Currently, we have functions to handle fc_host implemented just > > for linux. On all other platforms an error is thrown. It makes no > > sense to run the test on those platforms then.

Re: [libvirt] [PATCH] fchosttest: Run the test only under linux

2013-09-27 Thread Eric Blake
On 09/27/2013 08:51 AM, Michal Privoznik wrote: > Currently, we have functions to handle fc_host implemented just > for linux. On all other platforms an error is thrown. It makes no > sense to run the test on those platforms then. > > Signed-off-by: Michal Privoznik > --- > tests/fchosttest.c |

[libvirt] [PATCH] fchosttest: Run the test only under linux

2013-09-27 Thread Michal Privoznik
Currently, we have functions to handle fc_host implemented just for linux. On all other platforms an error is thrown. It makes no sense to run the test on those platforms then. Signed-off-by: Michal Privoznik --- tests/fchosttest.c | 5 + 1 file changed, 5 insertions(+) diff --git a/tests/f