mirror of
https://github.com/Radarr/Radarr
synced 2025-02-20 21:37:18 +00:00
redirect standard input on integeration tests
This commit is contained in:
parent
eb29c5a837
commit
db29bd563f
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ private Process Start(string path)
|
|||
UseShellExecute = false,
|
||||
RedirectStandardError = true,
|
||||
RedirectStandardOutput = true,
|
||||
RedirectStandardInput = true
|
||||
};
|
||||
|
||||
Console.WriteLine("Starting {0} {1}", path, args);
|
||||
|
|
Loading…
Reference in a new issue