1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 02:32:55 +08:00

Add a comment to describe what's going on before the headless game starts

This commit is contained in:
Shivam 2020-06-11 15:18:21 +02:00
parent af1bbe7857
commit 883185d349

View File

@ -79,6 +79,7 @@ namespace osu.Game.Tournament.Tests.NonVisual
{ {
using (HeadlessGameHost host = new HeadlessGameHost(nameof(TestMigration))) using (HeadlessGameHost host = new HeadlessGameHost(nameof(TestMigration)))
{ {
// Recreate the old setup that uses "tournament" as the base path.
string basePath = Path.Combine(RuntimeInfo.StartupDirectory, "headless", nameof(TestMigration), "tournament"); string basePath = Path.Combine(RuntimeInfo.StartupDirectory, "headless", nameof(TestMigration), "tournament");
string videosPath = Path.Combine(basePath, "videos"); string videosPath = Path.Combine(basePath, "videos");