1
0
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:
Dean Herbert 2017-10-22 16:18:39 +09:00
parent 1514d8451e
commit 5b2219a692

View File

@ -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