Skip to content

Commit

Permalink
Make KubemarkTest not have XML output.
Browse files Browse the repository at this point in the history
  • Loading branch information
spxtr committed Sep 27, 2016
1 parent 9f99f4a commit 547e152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/e2e.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 != "" {
Expand Down

0 comments on commit 547e152

Please sign in to comment.