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:
hasheddan 2021-03-06 10:41:18 -06:00
parent 4770211dad
commit b85fbfc2b9
No known key found for this signature in database
GPG Key ID: BD68BC686A14C271

View File

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