mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
adding support for running integration tests using packaged build.
This commit is contained in:
parent
dc1895ee48
commit
eab6c3a4b5
21 changed files with 206 additions and 94 deletions
|
@ -1,4 +1,5 @@
|
|||
using System;
|
||||
using NzbDrone.Common.EnvironmentInfo;
|
||||
|
||||
namespace NzbDrone.Console
|
||||
{
|
||||
|
@ -8,7 +9,7 @@ namespace NzbDrone.Console
|
|||
{
|
||||
try
|
||||
{
|
||||
Host.Bootstrap.Start(args);
|
||||
Host.Bootstrap.Start(new StartupArguments(args));
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue