Unverified Commit 105c9c35 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

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

Turn off command echoing in test to avoid illegal bytes in XML
parents 41ab1d2b dd4f1c19
......@@ -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"
......
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