mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
7 lines
161 B
Plaintext
7 lines
161 B
Plaintext
# Show us information about failures.
|
|
build --verbose_failures
|
|
test --test_output=errors
|
|
|
|
# Retry tests up to 3 times if they fail.
|
|
test --flaky_test_attempts=3
|