use muxer in TestCommand
This commit is contained in:
parent
1006b30f99
commit
800f19dfdc
1 changed files with 3 additions and 1 deletions
|
@ -134,6 +134,8 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
||||||
|
|
||||||
private Process CreateProcess(string executable, string args)
|
private Process CreateProcess(string executable, string args)
|
||||||
{
|
{
|
||||||
|
Console.WriteLine("[CreateProcess] " + new {executable, args});
|
||||||
|
|
||||||
var psi = new ProcessStartInfo
|
var psi = new ProcessStartInfo
|
||||||
{
|
{
|
||||||
FileName = executable,
|
FileName = executable,
|
||||||
|
@ -207,7 +209,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
||||||
|
|
||||||
args = newArgs;
|
args = newArgs;
|
||||||
|
|
||||||
executable = "dotnet";
|
executable = new Muxer().MuxerPath;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!Path.IsPathRooted(executable))
|
if (!Path.IsPathRooted(executable))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue