fixed runner path for Linux

This commit is contained in:
kay.one 2013-08-13 21:09:34 -07:00
commit 836a79a9cc

View file

@ -33,7 +33,7 @@ namespace NzbDrone.Integration.Test
}
else
{
Start("bin\\NzbDrone.Console.exe");
Start(Path.Combine("bin","NzbDrone.Console.exe"));
}
while (true)