Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/f8afed195a1aa06e0f58fe3b7275be8df6f8ca7e You should set ROOT_URL correctly, otherwise the web may not work correctly.

stop NzbDrone.Common.Tests from killing the runner.

pull/3113/head
kay.one 12 years ago
parent 492b1715e4
commit f8afed195a

@ -73,7 +73,7 @@ namespace NzbDrone.Common.Test
var dummy1 = StartDummyProcess();
var dummy2 = StartDummyProcess();
Subject.KillAll(dummy1.ProcessName);
Subject.KillAll(DummyApp.DUMMY_PROCCESS_NAME);
dummy1.HasExited.Should().BeTrue();
dummy2.HasExited.Should().BeTrue();

Loading…
Cancel
Save