user muxer path in ArgumentForwardingTests
This commit is contained in:
parent
3e265a98b8
commit
1006b30f99
1 changed files with 4 additions and 4 deletions
|
@ -25,9 +25,9 @@ namespace Microsoft.DotNet.Tests.ArgumentForwarding
|
||||||
|
|
||||||
public ArgumentForwardingTests()
|
public ArgumentForwardingTests()
|
||||||
{
|
{
|
||||||
Environment.SetEnvironmentVariable(
|
// Environment.SetEnvironmentVariable(
|
||||||
Constants.MSBUILD_EXE_PATH,
|
// Constants.MSBUILD_EXE_PATH,
|
||||||
Path.Combine(new RepoDirectoriesProvider().Stage2Sdk, "MSBuild.dll"));
|
// Path.Combine(new RepoDirectoriesProvider().Stage2Sdk, "MSBuild.dll"));
|
||||||
|
|
||||||
// This test has a dependency on an argument reflector
|
// This test has a dependency on an argument reflector
|
||||||
// Make sure it's been binplaced properly
|
// Make sure it's been binplaced properly
|
||||||
|
@ -255,7 +255,7 @@ namespace Microsoft.DotNet.Tests.ArgumentForwarding
|
||||||
{
|
{
|
||||||
StartInfo = new ProcessStartInfo
|
StartInfo = new ProcessStartInfo
|
||||||
{
|
{
|
||||||
FileName = Env.GetCommandPath("dotnet", ".exe", ""),
|
FileName = new Muxer().MuxerPath,
|
||||||
Arguments = $"{ReflectorPath} {testUserArgument}",
|
Arguments = $"{ReflectorPath} {testUserArgument}",
|
||||||
UseShellExecute = false,
|
UseShellExecute = false,
|
||||||
RedirectStandardOutput = true,
|
RedirectStandardOutput = true,
|
||||||
|
|
Loading…
Reference in a new issue