mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #5562 from yujuhong/verbal
Add -v to `go run hack/e2e.go -ctl` commands
This commit is contained in:
commit
94ba5db932
@ -215,15 +215,16 @@ hack/ginkgo-e2e.sh --ginkgo.focus=Pods.*env
|
|||||||
# Flags can be combined, and their actions will take place in this order:
|
# Flags can be combined, and their actions will take place in this order:
|
||||||
# -build, -push|-up|-pushup, -test|-tests=..., -down
|
# -build, -push|-up|-pushup, -test|-tests=..., -down
|
||||||
# e.g.:
|
# e.g.:
|
||||||
go run e2e.go -build -pushup -test -down
|
go run hack/e2e.go -build -pushup -test -down
|
||||||
|
|
||||||
# -v (verbose) can be added if you want streaming output instead of only
|
# -v (verbose) can be added if you want streaming output instead of only
|
||||||
# seeing the output of failed commands.
|
# seeing the output of failed commands.
|
||||||
|
|
||||||
# -ctl can be used to quickly call kubectl against your e2e cluster. Useful for
|
# -ctl can be used to quickly call kubectl against your e2e cluster. Useful for
|
||||||
# cleaning up after a failed test or viewing logs.
|
# cleaning up after a failed test or viewing logs. Use -v to avoid supressing
|
||||||
go run e2e.go -ctl='get events'
|
# kubectl output.
|
||||||
go run e2e.go -ctl='delete pod foobar'
|
go run hack/e2e.go -v -ctl='get events'
|
||||||
|
go run hack/e2e.go -v -ctl='delete pod foobar'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Testing out flaky tests
|
## Testing out flaky tests
|
||||||
|
Loading…
Reference in New Issue
Block a user