From b4452c81e618c1ea1f78b2cdc821f6e8eab959b8 Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Thu, 27 Nov 2014 14:50:07 -0800 Subject: export LANG=en_US.UTF-8 in teamcity-runtests.sh --- tools/teamcity-runtests.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/teamcity-runtests.sh b/tools/teamcity-runtests.sh index b60017f..0d32a13 100755 --- a/tools/teamcity-runtests.sh +++ b/tools/teamcity-runtests.sh @@ -11,6 +11,8 @@ if [ -z $1 ]; then fi export PYTHONIOENCODING=UTF8 +export LANG=en_US.UTF-8 + pyversion=$1 here=$(cd `dirname $0`; pwd) osrel=$(uname -s) -- cgit v1.2.1