6 lines
161 B
Text
6 lines
161 B
Text
# 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
|