Skip to content
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

chore: increase verbosity for build/test failures #104

Merged
merged 1 commit into from
Jan 19, 2025

Conversation

hauserx
Copy link
Contributor

@hauserx hauserx commented Jan 18, 2025

If action fails bazel suggest using --verbose_failures to get more info, including command line of failed command. It's usually useful to have more data about failed commands, and it effective only in case actual failure happens.

Showing output of failed tests seems to be helpful in most cases - otherwise one needs to either check the output file, or e.g. view failure in buildbuddy (if one has access).

If action fails bazel suggest using --verbose_failures to get more info,
including command line of failed command. It's usually useful to have
more data about failed commands, and it effective only in case actual
failure happens.

Showing output of failed tests seems to be helpful in most cases -
otherwise one needs to either check the output file, or e.g. view
failure in buildbuddy (if one has access).
@cameron-martin cameron-martin merged commit d1c3376 into cameron-martin:master Jan 19, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants