mirror of https://github.com/ppy/osu
Merge pull request #24313 from peppy/tournament-use-development-env
Change tournament tests to use development folder
This commit is contained in:
commit
bc46502deb
|
@ -12,7 +12,7 @@ public static class TournamentTestRunner
|
|||
[STAThread]
|
||||
public static int Main(string[] args)
|
||||
{
|
||||
using (DesktopGameHost host = Host.GetSuitableDesktopHost(@"osu", new HostOptions { BindIPC = true }))
|
||||
using (DesktopGameHost host = Host.GetSuitableDesktopHost(@"osu-development", new HostOptions { BindIPC = true }))
|
||||
{
|
||||
host.Run(new TournamentTestBrowser());
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue