Skip to content

Include info about the test environment in the log dir.#96

Merged
tmds merged 2 commits intoredhat-developer:mainfrom
tmds:log_environment
Nov 13, 2025
Merged

Include info about the test environment in the log dir.#96
tmds merged 2 commits intoredhat-developer:mainfrom
tmds:log_environment

Conversation

@tmds
Copy link
Copy Markdown
Member

@tmds tmds commented Nov 13, 2025

No description provided.

@tmds tmds requested review from nicrowe00 and omajid November 13, 2025 11:48
Copy link
Copy Markdown
Member

@omajid omajid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Comment thread Turkey/TestRunner.cs

string unameOutput = ProcessRunner.Run("uname", "-a");
File.WriteAllText(Path.Combine(logDir, "uname"), unameOutput);
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think it makes sense to augment this with the versions of packages installed via rpm -qa or some such?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That would be a meaningful addition. Let's add it in a separate PR.

@tmds tmds merged commit 177b405 into redhat-developer:main Nov 13, 2025
14 of 28 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