Merge pull request #74358 from Katharine/fix-bad-junit-xml

Turn off command echoing in test to avoid illegal bytes in XML
pull/564/head
Kubernetes Prow Robot 2019-02-21 12:27:17 -08:00 committed by GitHub
commit 105c9c35f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -232,7 +232,6 @@ __EOF__
run_kubectl_apply_tests() {
set -o nounset
set -o errexit
set -x
create_and_use_new_namespace
kube::log::status "Testing kubectl apply --server-side"