summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/teamcity-runtests.sh2
1 files changed, 2 insertions, 0 deletions
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)