Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ public virtual TestProcessStartInfo GetTestHostProcessStartInfo(
// If already running with the dotnet executable and the architecture is compatible, use it; otherwise search the correct muxer architecture on disk.
else if (isRunningWithDotnetMuxer && isSameArchitecture && !forceToX64)
{
EqtTrace.Verbose("DotnetTestHostmanager.LaunchTestHostAsync: Compatible muxer architecture of running process '{0}'", this.platformEnvironment.Architecture);
EqtTrace.Verbose("DotnetTestHostmanager.LaunchTestHostAsync: Compatible muxer architecture of running process '{0}' and target architecture '{1}'", this.processHelper.GetCurrentProcessArchitecture(), this.architecture);
startInfo.FileName = currentProcessPath;
}
else
Expand Down