1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-04 10:02:40 +01:00

redirect standard input on integeration tests

This commit is contained in:
kay.one 2013-08-13 12:59:55 -07:00
parent eb29c5a837
commit db29bd563f

View File

@ -84,6 +84,7 @@ private Process Start(string path)
UseShellExecute = false, UseShellExecute = false,
RedirectStandardError = true, RedirectStandardError = true,
RedirectStandardOutput = true, RedirectStandardOutput = true,
RedirectStandardInput = true
}; };
Console.WriteLine("Starting {0} {1}", path, args); Console.WriteLine("Starting {0} {1}", path, args);