export PYTHONIOENCODING=UTF8 in test runner
authorJeff Quast <contact@jeffquast.com>
Thu, 27 Nov 2014 22:25:09 +0000 (14:25 -0800)
committerJeff Quast <contact@jeffquast.com>
Thu, 27 Nov 2014 22:25:09 +0000 (14:25 -0800)
tools/teamcity-runtests.sh

index a61d97962aaf1dbdcb15f5c0cad3d249a0b908fa..b60017fe58faf54a9462d7e179ae2e1ebed0f171 100755 (executable)
@@ -10,6 +10,7 @@ if [ -z $1 ]; then
        exit 1
 fi
 
+export PYTHONIOENCODING=UTF8
 pyversion=$1
 here=$(cd `dirname $0`; pwd)
 osrel=$(uname -s)