mirror of
https://github.com/Radarr/Radarr
synced 2025-12-07 17:03:36 +01:00
Fixed integration test's path to Sonarr executable
(cherry picked from commit 652027821d140c4f04fc7ca5883043bad25d89bb)
This commit is contained in:
parent
d730161800
commit
c2989ced7f
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ public void Start()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Start(Path.Combine(TestContext.CurrentContext.TestDirectory, "..", "bin", consoleExe));
|
Start(Path.Combine(TestContext.CurrentContext.TestDirectory, "bin", consoleExe));
|
||||||
}
|
}
|
||||||
|
|
||||||
while (true)
|
while (true)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue