|
|
|
@ -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);
|
|
|
|
|
}
|
|
|
|
|