summaryrefslogtreecommitdiff
path: root/tools/teamcity-runtests.sh
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2014-11-27 14:25:09 -0800
committerJeff Quast <contact@jeffquast.com>2014-11-27 14:25:09 -0800
commit17248d5047ef59b38efa9fdfbadf330405458aa6 (patch)
treecbae66056a3c3a98ca63aea5427ca2bacdf979fd /tools/teamcity-runtests.sh
parent633bd1305abd24e4090a96b1d2049ea320f707e7 (diff)
downloadpexpect-git-17248d5047ef59b38efa9fdfbadf330405458aa6.tar.gz
export PYTHONIOENCODING=UTF8 in test runner
Diffstat (limited to 'tools/teamcity-runtests.sh')
-rwxr-xr-xtools/teamcity-runtests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/teamcity-runtests.sh b/tools/teamcity-runtests.sh
index a61d979..b60017f 100755
--- a/tools/teamcity-runtests.sh
+++ b/tools/teamcity-runtests.sh
@@ -10,6 +10,7 @@ if [ -z $1 ]; then
exit 1
fi
+export PYTHONIOENCODING=UTF8
pyversion=$1
here=$(cd `dirname $0`; pwd)
osrel=$(uname -s)