Fix integration tests on linux with debug build

This commit is contained in:
ta264 2019-10-14 21:11:38 +01:00 committed by Qstick
parent 779809b78b
commit 532190ef4b
1 changed files with 1 additions and 1 deletions

View File

@ -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
{