diff --git a/NzbDrone.Integration.Test/NzbDroneRunner.cs b/NzbDrone.Integration.Test/NzbDroneRunner.cs index cb933fd63..eb67e1a50 100644 --- a/NzbDrone.Integration.Test/NzbDroneRunner.cs +++ b/NzbDrone.Integration.Test/NzbDroneRunner.cs @@ -38,7 +38,6 @@ namespace NzbDrone.Integration.Test while (true) { - _nzbDroneProcess.Refresh(); if (_nzbDroneProcess.HasExited) @@ -70,6 +69,8 @@ namespace NzbDrone.Integration.Test private void OnOutputDataReceived(string data) { + Console.WriteLine(data); + if (data.Contains("Press enter to exit")) { _nzbDroneProcess.StandardInput.WriteLine(" ");