Skip to content

Commit 105c9c3

Browse files
authored
Merge pull request kubernetes#74358 from Katharine/fix-bad-junit-xml
Turn off command echoing in test to avoid illegal bytes in XML
2 parents 41ab1d2 + dd4f1c1 commit 105c9c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/cmd/apply.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ __EOF__
232232
run_kubectl_apply_tests() {
233233
set -o nounset
234234
set -o errexit
235-
set -x
236235

237236
create_and_use_new_namespace
238237
kube::log::status "Testing kubectl apply --server-side"

0 commit comments

Comments
 (0)