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

redirect standard input on integeration tests

pull/4/head
kay.one 12 years ago
parent eb29c5a837
commit db29bd563f

@ -84,6 +84,7 @@ namespace NzbDrone.Integration.Test
UseShellExecute = false,
RedirectStandardError = true,
RedirectStandardOutput = true,
RedirectStandardInput = true
};
Console.WriteLine("Starting {0} {1}", path, args);

Loading…
Cancel
Save