Fix integration tests on linux with debug build

pull/2/head
ta264 5 years ago committed by Qstick
parent 779809b78b
commit 532190ef4b

@ -40,7 +40,7 @@ namespace NzbDrone.Test.Common
if (BuildInfo.IsDebug)
{
Start(Path.Combine(TestContext.CurrentContext.TestDirectory, "..\\_output\\Radarr.Console.exe"));
Start(Path.Combine(TestContext.CurrentContext.TestDirectory, "..", "..", "_output", "net462", "Radarr.Console.exe"));
}
else
{

Loading…
Cancel
Save