-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade spf13/cobra from v1.0.0 to v1.1.1 will probably have side-effects and tests failing, ie: 'make test' suddently starting to report issues, like: --- FAIL: TestGenerateDocs (0.02s) --- FAIL: TestGenerateDocs/pause (0.00s) generate-docs_test.go:47: Docs are not updated. Please run `make generate-docs` to update commands documentation: strings.Join({ ... // 9 identical lines "pause Kubernetes", "", + "### Synopsis", + "", + "pause Kubernetes", + "", "```", "minikube pause [flags]", ... // 30 identical lines }, "\n") --- FAIL: TestGenerateDocs/unpause (0.01s) generate-docs_test.go:47: Docs are not updated. Please run `make generate-docs` to update commands documentation: strings.Join({ ... // 9 identical lines "unpause Kubernetes", "", + "### Synopsis", + "", + "unpause Kubernetes", + "", "```", "minikube unpause [flags]", ... // 30 identical lines }, "\n")
- Loading branch information
Showing
2 changed files
with
2 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters