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