diff options
| author | Jeff Quast <contact@jeffquast.com> | 2014-11-27 14:25:09 -0800 |
|---|---|---|
| committer | Jeff Quast <contact@jeffquast.com> | 2014-11-27 14:25:09 -0800 |
| commit | 17248d5047ef59b38efa9fdfbadf330405458aa6 (patch) | |
| tree | cbae66056a3c3a98ca63aea5427ca2bacdf979fd /tools | |
| parent | 633bd1305abd24e4090a96b1d2049ea320f707e7 (diff) | |
| download | pexpect-17248d5047ef59b38efa9fdfbadf330405458aa6.tar.gz | |
export PYTHONIOENCODING=UTF8 in test runner
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/teamcity-runtests.sh | 1 |
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) |
