mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
updated path for integration test
This commit is contained in:
parent
eab6c3a4b5
commit
1600d51707
@ -57,10 +57,18 @@ private void PackageStart()
|
|||||||
{
|
{
|
||||||
AppDate = Path.Combine(Directory.GetCurrentDirectory(), "_intg_" + DateTime.Now.Ticks);
|
AppDate = Path.Combine(Directory.GetCurrentDirectory(), "_intg_" + DateTime.Now.Ticks);
|
||||||
|
|
||||||
Start("..\\..\\..\\..\\_output\\NzbDrone.Console.exe");
|
if (BuildInfo.IsDebug)
|
||||||
|
{
|
||||||
|
Start("..\\..\\..\\..\\_output\\NzbDrone.Console.exe");
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
Start("bin\\NzbDrone.Console.exe");
|
||||||
|
}
|
||||||
|
|
||||||
while (RestClient.Get(new RestRequest("system/status")).ResponseStatus != ResponseStatus.Completed)
|
while (RestClient.Get(new RestRequest("system/status")).ResponseStatus != ResponseStatus.Completed)
|
||||||
{
|
{
|
||||||
|
|
||||||
Thread.Sleep(1000);
|
Thread.Sleep(1000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user