mirror of https://github.com/lidarr/Lidarr
redirect standard input on integeration tests
This commit is contained in:
parent
eb29c5a837
commit
db29bd563f
|
@ -84,6 +84,7 @@ namespace NzbDrone.Integration.Test
|
||||||
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);
|
||||||
|
|
Loading…
Reference in New Issue