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

--test_summary is not documented in the logging section #5149

Closed
endobson opened this issue May 3, 2018 · 0 comments
Closed

--test_summary is not documented in the logging section #5149

endobson opened this issue May 3, 2018 · 0 comments
Assignees
Labels
team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website type: documentation (cleanup) untriaged

Comments

@endobson
Copy link
Contributor

endobson commented May 3, 2018

This flag should be organized correctly so that it can easily be found.

@Option(
name = "test_summary",
defaultValue = "short",
converter = TestStrategy.TestSummaryFormat.Converter.class,
documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
effectTags = {OptionEffectTag.UNKNOWN},
help =
"Specifies the desired format ot the test summary. Valid values are 'short' to print "
+ "information only about tests executed, 'terse', to print information only about "
+ "unsuccessful tests that were run, 'detailed' to print detailed information about "
+ "failed test cases, and 'none' to omit the summary."
)

Also theres a typo on line 177 "ot" -> "of".

Context:
https://stackoverflow.com/questions/50077918/how-to-make-bazel-print-less

@jin jin assigned jin and unassigned tualeron Apr 24, 2020
@jin jin added team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website untriaged labels Apr 24, 2020
luca-digrazia pushed a commit to luca-digrazia/DatasetCommitsDiffSearch that referenced this issue Sep 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website type: documentation (cleanup) untriaged
Projects
None yet
Development

No branches or pull requests

4 participants