mirror of
https://github.com/Readarr/Readarr.git
synced 2026-01-28 15:51:02 -05:00
redirect standard input on integeration tests
This commit is contained in:
@@ -84,6 +84,7 @@ private Process Start(string path)
|
||||
UseShellExecute = false,
|
||||
RedirectStandardError = true,
|
||||
RedirectStandardOutput = true,
|
||||
RedirectStandardInput = true
|
||||
};
|
||||
|
||||
Console.WriteLine("Starting {0} {1}", path, args);
|
||||
|
||||
Reference in New Issue
Block a user