-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Ginkgo: Add verbose mode in Ginkgo #2599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
test-all-ginkgo |
test-all-ginkgo |
test-me-please |
Change looks good; this sort of flexibility will be very helpful for local debugging! Can you please update the documentation in |
- Add the verbose mode in Ginkgo to dump all logs output into the console, command example: ``` ginkgo --focus "Runtime*" -v ``` - Clean `test_results` directory before start Signed-off-by: Eloy Coto <eloy.coto@gmail.com>
Added ginkgo debug section Signed-off-by: Eloy Coto <eloy.coto@gmail.com>
@ianvernon should be ok now :-) |
test-me-please |
Kubernetes APIs: [""] | ||
Cilium: Ok OK | ||
NodeMonitor: Disabled | ||
Allocated IPv4 addresses: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect! Approved :D
console, command example:
test_results
directory before startSigned-off-by: Eloy Coto eloy.coto@gmail.com