mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
redirect standard input on integeration tests
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user