Skip to content

RunVSTest: Avoid parsing UT console output looking for errors or warnings#630

Merged
dfederm merged 1 commit intomainfrom
fix-runvstest-logging
Jun 20, 2025
Merged

RunVSTest: Avoid parsing UT console output looking for errors or warnings#630
dfederm merged 1 commit intomainfrom
fix-runvstest-logging

Conversation

@dfederm
Copy link
Copy Markdown
Member

@dfederm dfederm commented Jun 20, 2025

Today if a unit test logs a message which to MSBuild looks like an error, the task will unexpectedly fail.

This changes the logging call from Log.LogMessageFromText to simply Log.LogMessage to avoid this behavior.

@dfederm dfederm force-pushed the fix-runvstest-logging branch from 53d3e31 to ce44d02 Compare June 20, 2025 15:52
@dfederm dfederm enabled auto-merge (squash) June 20, 2025 15:52
@dfederm dfederm merged commit 352f86c into main Jun 20, 2025
5 checks passed
@dfederm dfederm deleted the fix-runvstest-logging branch June 20, 2025 15:58
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.

3 participants