Make KubemarkTest not have XML output.

This commit is contained in:
Joe Finney 2016-09-27 16:22:23 -07:00
parent 9f99f4a554
commit 547e152932

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 != "" {