mirror of
https://github.com/Radarr/Radarr
synced 2025-10-06 04:12:42 +02:00
Fixed integration test's path to Sonarr executable
(cherry picked from commit 652027821d140c4f04fc7ca5883043bad25d89bb)
This commit is contained in:
@@ -60,7 +60,7 @@ namespace NzbDrone.Test.Common
|
||||
}
|
||||
else
|
||||
{
|
||||
Start(Path.Combine(TestContext.CurrentContext.TestDirectory, "..", "bin", consoleExe));
|
||||
Start(Path.Combine(TestContext.CurrentContext.TestDirectory, "bin", consoleExe));
|
||||
}
|
||||
|
||||
while (true)
|
||||
|
Reference in New Issue
Block a user