Fixed integration test's path to Sonarr executable
This commit is contained in:
parent
90d3dc2f98
commit
652027821d
|
@ -54,7 +54,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…
Reference in New Issue