Console.WriteLine("Lidarr is started. Running Tests");
TestContext.Progress.WriteLine("Lidarr is started. Running Tests");
return;
}
Console.WriteLine("Waiting for Lidarr to start. Response Status : {0} [{1}] {2}",statusCall.ResponseStatus,statusCall.StatusDescription,statusCall.ErrorException.Message);
TestContext.Progress.WriteLine("Waiting for Lidarr to start. Response Status : {0} [{1}] {2}",statusCall.ResponseStatus,statusCall.StatusDescription,statusCall.ErrorException.Message);
Thread.Sleep(500);
}
@ -104,7 +96,7 @@ namespace NzbDrone.Test.Common
privatevoidStart(stringoutputNzbdroneConsoleExe)
{
Console.WriteLine("Starting instance from {0}",outputNzbdroneConsoleExe);
TestContext.Progress.WriteLine("Starting instance from {0}",outputNzbdroneConsoleExe);