1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-01 12:21:49 +00:00

Fixed integration test's path to Sonarr executable

(cherry picked from commit 652027821d140c4f04fc7ca5883043bad25d89bb)
This commit is contained in:
Mark McDowall 2022-04-09 01:20:33 -07:00 committed by servarr
parent d730161800
commit c2989ced7f

View file

@ -60,7 +60,7 @@ public void Start()
}
else
{
Start(Path.Combine(TestContext.CurrentContext.TestDirectory, "..", "bin", consoleExe));
Start(Path.Combine(TestContext.CurrentContext.TestDirectory, "bin", consoleExe));
}
while (true)