Skip to content

Commit

Permalink
e2e_kubeadm: fix command flags description
Browse files Browse the repository at this point in the history
  • Loading branch information
SataQiu committed Sep 9, 2019
1 parent 35cf6b6 commit 0a706d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e_kubeadm/runner/local/run_local.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func bazelBuild() error {
}

var ginkgoFlags = flag.String("ginkgo-flags", "", "Space-separated list of arguments to pass to Ginkgo test runner.")
var testFlags = flag.String("test-flags", "", "Space-separated list of arguments to pass to node e2e test.")
var testFlags = flag.String("test-flags", "", "Space-separated list of arguments to pass to kubeadm e2e test.")
var build = flag.Bool("build", false, "use Bazel to build binaries before testing")

func main() {
Expand Down

0 comments on commit 0a706d3

Please sign in to comment.