mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 05:53:10 +08:00
Add a comment to describe what's going on before the headless game starts
This commit is contained in:
parent
af1bbe7857
commit
883185d349
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user