Set LANG so sort acts as expected and Jenkins is happy.

This commit is contained in:
Daniel Nichter
2012-07-31 10:49:33 -06:00
parent ba6253545d
commit 702d475eda

View File

@@ -57,6 +57,7 @@ fi
export PERCONA_TOOLKIT_BRANCH="$PWD"
export PERCONA_TOOLKIT_SANDBOX="$MYSQL_BASE_DIR"
export PATH="$PATH:/usr/sbin:$MYSQL_BASE_DIR/bin"
export LANG="en_US.UTF-8"
#############################
# Check and start test env. #