52baf68d50
Signed-off-by: Michał Żyłowski <michal.zylowski@intel.com>
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
|