e2e_kubeadm: fix command flags description

This commit is contained in:
SataQiu 2019-09-09 18:39:33 +08:00
parent 35cf6b6cbc
commit 0a706d3827

View File

@ -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() {