From 0f1e8ed05d8f9c4658c0a11c3538eae5c804cf97 Mon Sep 17 00:00:00 2001 From: Gurucharan Shetty Date: Thu, 12 Jun 2014 12:27:11 -0700 Subject: atlocal: Disable Python related tests on Windows. Most of the Python code in Open vSwitch repo does not work on Windows. Till that porting is done, simply skip all Python tests. Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff --- tests/atlocal.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/atlocal.in') diff --git a/tests/atlocal.in b/tests/atlocal.in index 60f3dbf35..2f816fc12 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -88,3 +88,10 @@ MINGW*) IS_WIN32="no" ;; esac + +# XXX: Disable Python related tests on Windows because Open vSwitch code +# written in Python has not been ported to the Windows platform. We will +# need to remove the next block after porting is complete. +if test "$IS_WIN32" = "yes"; then + HAVE_PYTHON="no" +fi -- cgit v1.2.1