Fixed integration test's path to Sonarr executable

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

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

Loading…
Cancel
Save