mirror of
https://github.com/ppy/osu
synced 2024-12-15 03:16:17 +00:00
Merge pull request #1178 from peppy/headless-ftl
Make OsuTestCases use new non-realtime option
This commit is contained in:
commit
028793e948
@ -1 +1 @@
|
||||
Subproject commit e2d41820b3795d97f8510a18fad5e42caeb23f0a
|
||||
Subproject commit 1ba1e8ef1e5ec0466632be02492023a081cb85ab
|
@ -14,7 +14,7 @@ namespace osu.Desktop.Tests.Visual
|
||||
[Test]
|
||||
public override void RunTest()
|
||||
{
|
||||
using (var host = new HeadlessGameHost())
|
||||
using (var host = new HeadlessGameHost(realtime: false))
|
||||
host.Run(new OsuTestCaseTestRunner(this));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user