mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Update dependencies in local node test runner
Updates comment on building dependencies step in the local node test runner to reflect the binaries that are actually produced. Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
This commit is contained in:
parent
4770211dad
commit
b85fbfc2b9
@ -41,7 +41,7 @@ func main() {
|
||||
klog.InitFlags(nil)
|
||||
flag.Parse()
|
||||
|
||||
// Build dependencies - ginkgo, kubelet and apiserver.
|
||||
// Build dependencies - ginkgo, kubelet, e2e_node.test, and mounter.
|
||||
if *buildDependencies {
|
||||
if err := builder.BuildGo(); err != nil {
|
||||
klog.Fatalf("Failed to build the dependencies: %v", err)
|
||||
|
Loading…
Reference in New Issue
Block a user