Commit dd4f1c19 authored by Katharine Berry's avatar Katharine Berry

Turn off command echoing to avoid illegal bytes in XML.

parent ec1d83b8
...@@ -232,7 +232,6 @@ __EOF__ ...@@ -232,7 +232,6 @@ __EOF__
run_kubectl_apply_tests() { run_kubectl_apply_tests() {
set -o nounset set -o nounset
set -o errexit set -o errexit
set -x
create_and_use_new_namespace create_and_use_new_namespace
kube::log::status "Testing kubectl apply --server-side" 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