1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-21 21:57:27 +00:00

redirect standard input on integeration tests

This commit is contained in:
kay.one 2013-08-13 12:59:55 -07:00
parent eb29c5a837
commit db29bd563f

View file

@ -84,6 +84,7 @@ namespace NzbDrone.Integration.Test
UseShellExecute = false,
RedirectStandardError = true,
RedirectStandardOutput = true,
RedirectStandardInput = true
};
Console.WriteLine("Starting {0} {1}", path, args);