1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-24 16:53:54 +00:00

added logging to nzbdrone runner.

This commit is contained in:
kay.one 2013-08-13 20:28:13 -07:00
parent 4a41ce7f29
commit bfa817922e

View file

@ -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(" ");