Improve test log and report guidance in the guide#4939
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request adds a new section to the documentation explaining how to access test logs using the -vv and -vvv options. The feedback points out that the --force option is required when viewing logs from a completed run using tmt run --last report to ensure the results are displayed.
happz
reviewed
May 29, 2026
therazix
approved these changes
Jun 1, 2026
psss
approved these changes
Jun 1, 2026
Member
psss
left a comment
There was a problem hiding this comment.
Nice, thanks! Added one small suggestion.
Member
|
So, at the end, we are not adding a new section. @bajertom, could you please update pull request title & description? Thanks. |
therazix
approved these changes
Jun 3, 2026
617c093 to
b8dc4e3
Compare
Contributor
|
Documentation-only, merging. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improve the guide to make it easier for users to find test logs
and reports. Add cross-references to the "Execute Progress" and
"Check Report" sections, simplify command examples and add
a short paragraph at the top pointing users to the right place for
investigating test output.
Fixes #4876