X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fatlocal.in;h=9c9f654cc645235c31fe451e2d252aa7b9974b54;hb=c1a543a8d6d2847983b6b0defd1e19777da85715;hp=5ff0cd2f97708503b77ba5247b50a21ef743b842;hpb=05b3c97be6a9a5efa27edb40023e329f680837c5;p=openvswitch diff --git a/tests/atlocal.in b/tests/atlocal.in index 5ff0cd2f..9c9f654c 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -1,6 +1,11 @@ # -*- shell-script -*- HAVE_OPENSSL='@HAVE_OPENSSL@' HAVE_PYTHON='@HAVE_PYTHON@' -LCOV='@LCOV@' PERL='@PERL@' PYTHON='@PYTHON@' + +PYTHONPATH=$PYTHONPATH:$abs_top_srcdir/python +export PYTHONPATH + +PYTHONIOENCODING=utf_8 +export PYTHONIOENCODING