Merge pull request #33615 from spxtr/kube

Automatic merge from submit-queue

Make KubemarkTest not have XML output.

Step towards fixing #33459
This commit is contained in:
Kubernetes Submit Queue
2016-09-27 22:58:26 -07:00
committed by GitHub

View File

@@ -241,7 +241,7 @@ func run(deploy deployer) error {
}
if *kubemark {
errs = appendError(errs, xmlWrap("KubemarkTest", KubemarkTest))
errs = appendError(errs, KubemarkTest())
}
if len(errs) > 0 && *dump != "" {