Commit 58c62007 authored by Cao Shufeng's avatar Cao Shufeng

set LANG to 'C' for "make test-cmd"

parent da5edc11
......@@ -20,6 +20,9 @@ set -o errexit
set -o nounset
set -o pipefail
# Set locale to ensure english responses from kubectl commands
export LANG=C
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
# Expects the following has already been done by whatever sources this script
# source "${KUBE_ROOT}/hack/lib/init.sh"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment