Commit Graph

9 Commits (hwdef/master)

Author SHA1 Message Date
Steven Powell 3e35746d50 fix generate-docs on arm64 2022-09-28 10:48:34 -07:00
Anders F Björklund 360771ce84 Fix the docs generation to be more deterministic
This was failing the unit tests sometimes otherwise,
due to the default value for log_file being changed.
2021-03-24 08:32:40 +01:00
Anders F Björklund a4d872faee Fix some minor gofmt and golint issues
So that "make gofmt" and "make golint" go green again
2020-05-14 07:50:29 +02:00
Thomas Stromberg 436cee2d84 Fix minikube/kubernetes capitalization, make short help consistent 2020-05-07 14:12:10 -07:00
Priya Wadhwa 3c7c47e1c7 Rewrite default values that are OS dependent 2020-04-06 10:58:54 -07:00
Priya Wadhwa ff65422562 Code review comments 2020-04-06 10:26:16 -07:00
Priya Wadhwa 63ffbd952e Rewrite --mount-string since it depends on host 2020-04-02 11:29:43 -07:00
Priya Wadhwa 270d4cf5c0 include newline 2020-04-02 10:57:05 -07:00
Priya Wadhwa 6fdecf2ebf Add unit test to check that docs are up to date
This requires the following changes:

1. We need to pass in -ldflags to `go test`, since we need to know the curren iso version to correctly generate the description for --iso-url

2. We need to rewrite the description of the --driver flag on `minikube start` because it is operating system specific, which doesn't make sense for our documentation
2020-04-02 10:48:47 -07:00