mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-22 19:25:04 -04:00
redirect standard input on integeration tests
This commit is contained in:
1 parent
eb29c5a837
commit
db29bd563f
1 file changed
+1
@@ -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