Skip to content

Commit

Permalink
Change tournament tests to use development folder
Browse files Browse the repository at this point in the history
Unsure there was a reason for this not to be the case (looks to have
been an oversight).
  • Loading branch information
peppy committed Jul 21, 2023
1 parent c77d3cd commit ac4ad1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Tournament.Tests/TournamentTestRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ac4ad1e

Please sign in to comment.