Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit b383501

Browse files
authored
fix example parameters
1 parent deb04e0 commit b383501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Bootkube E2E Testing
22

33
This is the beginnings of E2E testing for the bootkube repo using the standard go testing harness. To run the tests once you have a kubeconfig to a running cluster just execute:
4-
`go test -v --kubeconfig=<filepath> ./e2e/`
4+
`go test -v ./e2e/ --kubeconfig=<filepath>`
55

66
The number of nodes is required so that the setup can block on all nodes being registered.
77

0 commit comments

Comments
 (0)