mirror of https://github.com/lidarr/Lidarr
Fix rogue Readarr reference
This commit is contained in:
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…
Reference in New Issue