mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 15:33:05 +08:00
Add back test cleanup before run
This commit is contained in:
parent
1514d8451e
commit
5b2219a692
@ -13,11 +13,9 @@ namespace osu.Game.Tests.Visual
|
||||
{
|
||||
using (var host = new HeadlessGameHost($"test-{Guid.NewGuid()}", realtime: false))
|
||||
{
|
||||
host.Storage.DeleteDirectory(string.Empty);
|
||||
host.Run(new OsuTestCaseTestRunner(this));
|
||||
}
|
||||
|
||||
// clean up after each run
|
||||
//storage.DeleteDirectory(string.Empty);
|
||||
}
|
||||
|
||||
public class OsuTestCaseTestRunner : OsuGameBase
|
||||
|
Loading…
Reference in New Issue
Block a user