mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 18:42:56 +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))
|
using (var host = new HeadlessGameHost($"test-{Guid.NewGuid()}", realtime: false))
|
||||||
{
|
{
|
||||||
|
host.Storage.DeleteDirectory(string.Empty);
|
||||||
host.Run(new OsuTestCaseTestRunner(this));
|
host.Run(new OsuTestCaseTestRunner(this));
|
||||||
}
|
}
|
||||||
|
|
||||||
// clean up after each run
|
|
||||||
//storage.DeleteDirectory(string.Empty);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public class OsuTestCaseTestRunner : OsuGameBase
|
public class OsuTestCaseTestRunner : OsuGameBase
|
||||||
|
Loading…
Reference in New Issue
Block a user