mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 03:42:57 +08:00
Change tournament tests to use development folder
Unsure there was a reason for this not to be the case (looks to have been an oversight).
This commit is contained in:
parent
c77d3cd6bd
commit
ac4ad1e78c
@ -12,7 +12,7 @@ namespace osu.Game.Tournament.Tests
|
||||
[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
Block a user