From db29bd563fbea7cdbc9ce070674ab9c644f7ff60 Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Tue, 13 Aug 2013 12:59:55 -0700 Subject: [PATCH] redirect standard input on integeration tests --- NzbDrone.Integration.Test/IntegrationTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/NzbDrone.Integration.Test/IntegrationTest.cs b/NzbDrone.Integration.Test/IntegrationTest.cs index 61aa2a630..f5db5d68e 100644 --- a/NzbDrone.Integration.Test/IntegrationTest.cs +++ b/NzbDrone.Integration.Test/IntegrationTest.cs @@ -84,6 +84,7 @@ namespace NzbDrone.Integration.Test UseShellExecute = false, RedirectStandardError = true, RedirectStandardOutput = true, + RedirectStandardInput = true }; Console.WriteLine("Starting {0} {1}", path, args);