mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-01 09:18:45 +00:00
Merge pull request #82481 from SataQiu/fix-e2e-kubeadm
e2e_kubeadm: fix command flags description
This commit is contained in:
@@ -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 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")
|
var build = flag.Bool("build", false, "use Bazel to build binaries before testing")
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
Reference in New Issue
Block a user