mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 06:17:08 -04:00
Fixed integration test's path to Sonarr executable
This commit is contained in:
parent
90d3dc2f98
commit
652027821d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue