fixed runner path for Linux

pull/3113/head
kay.one 11 years ago
parent ddff598ba4
commit 836a79a9cc

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

Loading…
Cancel
Save