On Fri, May 30, 2014 at 12:06:18PM -0700, Gurucharan Shetty wrote:
> Python daemon functions haven't been ported for Windows. As of now,
> there is no use for it on Windows. If such a use case comes up,
> we will have to port them. Till then don't run those tests on
> Windows.
> 
> Signed-off-by: Gurucharan Shetty <gshe...@nicira.com>

Instead of:
        AT_SKIP_IF([test $HAVE_PYTHON = no || test "$IS_WIN32" = "yes"])
would you mind writing:
        AT_SKIP_IF([test $HAVE_PYTHON = no])
        AT_SKIP_IF([test "$IS_WIN32" = "yes"])
because that makes it obvious from the testsuite.log why the test was
skipped?

Acked-by: Ben Pfaff <b...@nicira.com>

Thanks,

Ben.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to