1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-10-29 23:12:39 +01:00

Fix integration tests on linux with debug build

This commit is contained in:
ta264 2019-09-09 21:36:37 +01:00 committed by Taloth Saldono
parent 3fa3c45794
commit be66a0520d

View File

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