Fix rogue Readarr reference

pull/1689/head
ta264 5 years ago committed by Qstick
parent a49955e692
commit a104a2911e

@ -105,7 +105,7 @@ namespace NzbDrone.Test.Common
_nzbDroneProcess.Refresh();
if (_nzbDroneProcess.HasExited)
{
var log = File.ReadAllLines(Path.Combine(AppData, "logs", "Readarr.trace.txt"));
var log = File.ReadAllLines(Path.Combine(AppData, "logs", "Lidarr.trace.txt"));
var output = log.Join(Environment.NewLine);
TestContext.Progress.WriteLine("Process has exited prematurely: ExitCode={0} Output:\n{1}", _nzbDroneProcess.ExitCode, output);
}

Loading…
Cancel
Save