From be66a0520dab3b2bda792ee5b983eac588cb4fb2 Mon Sep 17 00:00:00 2001 From: ta264 Date: Mon, 9 Sep 2019 21:36:37 +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 134ef10af..4518bc73a 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\\Sonarr.Console.exe")); + Start(Path.Combine(TestContext.CurrentContext.TestDirectory, "..", "_output", "Sonarr.Console.exe")); } else {