Fixed integration test's path to Sonarr executable

pull/5116/head
Mark McDowall 3 years ago
parent 90d3dc2f98
commit 652027821d

@ -54,7 +54,7 @@ namespace NzbDrone.Test.Common
} }
else else
{ {
Start(Path.Combine(TestContext.CurrentContext.TestDirectory, "..", "bin", consoleExe)); Start(Path.Combine(TestContext.CurrentContext.TestDirectory, "bin", consoleExe));
} }
while (true) while (true)

Loading…
Cancel
Save