Skip to content

Commit

Permalink
Update main.go help message to include required test export statements
Browse files Browse the repository at this point in the history
  • Loading branch information
pwittrock committed Mar 15, 2018
1 parent 046375a commit 5bdea3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/kubebuilder/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ More options:
- run tests
kubebuilder build generated
export TEST_ASSET_KUBECTL=/usr/local/kubebuilder/bin/kubectl
export TEST_ASSET_KUBE_APISERVER=/usr/local/kubebuilder/bin/kube-apiserver
export TEST_ASSET_ETCD=/usr/local/kubebuilder/bin/etcd
go test ./pkg/...
`,
Example: `# Initialize your project
Expand Down

0 comments on commit 5bdea3f

Please sign in to comment.