Fix integration tests on linux with debug build

pull/3307/head
ta264 5 years ago committed by Taloth Saldono
parent 3fa3c45794
commit be66a0520d

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

Loading…
Cancel
Save