mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fix rogue Readarr reference
This commit is contained in:
parent
a49955e692
commit
a104a2911e
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ namespace NzbDrone.Test.Common
|
||||||
_nzbDroneProcess.Refresh();
|
_nzbDroneProcess.Refresh();
|
||||||
if (_nzbDroneProcess.HasExited)
|
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);
|
var output = log.Join(Environment.NewLine);
|
||||||
TestContext.Progress.WriteLine("Process has exited prematurely: ExitCode={0} Output:\n{1}", _nzbDroneProcess.ExitCode, output);
|
TestContext.Progress.WriteLine("Process has exited prematurely: ExitCode={0} Output:\n{1}", _nzbDroneProcess.ExitCode, output);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue