Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Gamemode filepaths break error context logger. #49

Open
morgverd opened this issue Jul 4, 2023 · 1 comment
Open

Gamemode filepaths break error context logger. #49

morgverd opened this issue Jul 4, 2023 · 1 comment

Comments

@morgverd
Copy link

morgverd commented Jul 4, 2023

debug.getinfo returns the test file's absolute path, which for gamemode files starts with gamemodes/<gamemode_name>/.... This path is not valid and should instead be <gamemode_name>/...

This is just a specific edgecase for gamemode files, which are not supported by default anyway (without using GLuaTest_RunTestFiles to insert the tests manually).

@brandonsturgeon
Copy link
Member

I think this may be resolved after: #54

Could someone confirm?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants