Set USER=jenkins if not set in util/jenkins-test.

This commit is contained in:
Daniel Nichter
2012-12-14 11:46:56 -07:00
parent c88258bbf4
commit 2942f2c028

View File

@@ -68,6 +68,7 @@ export PERCONA_TOOLKIT_BRANCH="$PWD"
export PERCONA_TOOLKIT_SANDBOX="$MYSQL_BASE_DIR"
export PATH="$PATH:/usr/sbin:/usr/local/bin:$MYSQL_BASE_DIR/bin"
export LANG="en_US.UTF-8"
export USER="${USER:-"jenkins"}"
# ######################################### #
# Remove conf files that's shouldn't exist. #