1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Rename MINETEST_SUBGAME_PATH to MINETEST_GAME_PATH (#14351)

This commit is contained in:
cx384 2024-02-12 23:21:19 +01:00 committed by GitHub
parent e2ccd14c05
commit 7901087466
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 3 deletions

View file

@ -82,7 +82,7 @@ void TestServerModManager::runTests(IGameDef *gamedef)
TEST(testGetModNames);
TEST(testGetModMediaPathsWrongDir);
TEST(testGetModMediaPaths);
// TODO: test MINETEST_SUBGAME_PATH
// TODO: test MINETEST_GAME_PATH
unsetenv("MINETEST_MOD_PATH");
}