Fixed integration test's path to Sonarr executable

(cherry picked from commit 652027821d140c4f04fc7ca5883043bad25d89bb)
sonarr-pull-65202782
Mark McDowall 2 years ago committed by servarr
parent d730161800
commit c2989ced7f

@ -60,7 +60,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