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

Commit 0f2d266

Browse files
author
Patrick Baxter
authored
Merge pull request #549 from sstarcher/patch-1
fix example parameters
2 parents 25e7dce + b383501 commit 0f2d266

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)