Skip to content

Commit

Permalink
export PYTHONIOENCODING=UTF8 in test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed Nov 27, 2014
1 parent 633bd13 commit 17248d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/teamcity-runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ if [ -z $1 ]; then
exit 1
fi

export PYTHONIOENCODING=UTF8
pyversion=$1
here=$(cd `dirname $0`; pwd)
osrel=$(uname -s)
Expand Down

0 comments on commit 17248d5

Please sign in to comment.