Commit 390cf0aa authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #33615 from spxtr/kube

Automatic merge from submit-queue Make KubemarkTest not have XML output. Step towards fixing #33459
parents 4b4e8ad6 547e1529
...@@ -241,7 +241,7 @@ func run(deploy deployer) error { ...@@ -241,7 +241,7 @@ func run(deploy deployer) error {
} }
if *kubemark { if *kubemark {
errs = appendError(errs, xmlWrap("KubemarkTest", KubemarkTest)) errs = appendError(errs, KubemarkTest())
} }
if len(errs) > 0 && *dump != "" { if len(errs) > 0 && *dump != "" {
......
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