diff --git a/test/E2ETests/DeploymentUtility.cs b/test/E2ETests/DeploymentUtility.cs index ae0b7f1163..98f8addb98 100644 --- a/test/E2ETests/DeploymentUtility.cs +++ b/test/E2ETests/DeploymentUtility.cs @@ -179,8 +179,9 @@ namespace E2ETests { FileName = monoPath, Arguments = string.Format("{0} {1} {2}", klrMonoManaged, applicationHost, startParameters.ServerType.ToString()), - UseShellExecute = true, - CreateNoWindow = true + UseShellExecute = false, + CreateNoWindow = true, + RedirectStandardInput = true }; var hostProcess = Process.Start(startInfo);