GLuaTest icon indicating copy to clipboard operation
GLuaTest copied to clipboard

Gamemode filepaths break error context logger.

Open morgverd opened this issue 1 year ago • 1 comments

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).

morgverd avatar Jul 04 '23 23:07 morgverd

I think this may be resolved after: https://github.com/CFC-Servers/GLuaTest/pull/54

Could someone confirm?

brandonsturgeon avatar Jun 26 '24 19:06 brandonsturgeon