From 532190ef4b0975bf5d2bd545191fb65d18618717 Mon Sep 17 00:00:00 2001 From: ta264 Date: Mon, 14 Oct 2019 21:11:38 +0100 Subject: [PATCH] Fix integration tests on linux with debug build --- src/NzbDrone.Test.Common/NzbDroneRunner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Test.Common/NzbDroneRunner.cs b/src/NzbDrone.Test.Common/NzbDroneRunner.cs index da8b9bc9b..add19f5f2 100644 --- a/src/NzbDrone.Test.Common/NzbDroneRunner.cs +++ b/src/NzbDrone.Test.Common/NzbDroneRunner.cs @@ -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 {