Merge pull request #74358 from Katharine/fix-bad-junit-xml
Turn off command echoing in test to avoid illegal bytes in XML
This commit is contained in:
commit
105c9c35f7
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user