user muxer path in ArgumentForwardingTests

This commit is contained in:
Jon Sequeira 2017-03-19 19:16:27 -07:00
parent 3e265a98b8
commit 1006b30f99

View file

@ -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,