Re: [ovs-dev] [PATCH 13/16] test-jsonrpc: Add the ability to detach on Windows.

2014-06-09 Thread Ben Pfaff
On Fri, May 30, 2014 at 12:06:21PM -0700, Gurucharan Shetty wrote: > And also disable the corresponding python tests. Same comment as before for AT_SKIP_IF. Do we want to skip every Python test on Windows? If so, should we change tests/atlocal.at to set HAVE_PYTHON=no if IS_WIN32=yes? Acked-by:

[ovs-dev] [PATCH 13/16] test-jsonrpc: Add the ability to detach on Windows.

2014-05-30 Thread Gurucharan Shetty
And also disable the corresponding python tests. Signed-off-by: Gurucharan Shetty --- tests/jsonrpc-py.at |6 +++--- tests/test-jsonrpc.c |1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/jsonrpc-py.at b/tests/jsonrpc-py.at index 026d49a..08ffb6c 100644 --- a/te