Commit 547e1529 authored by Joe Finney's avatar Joe Finney

Make KubemarkTest not have XML output.

parent 9f99f4a5
...@@ -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