swaldhoer/native-lua

Test In attrib.lua Failing

Closed this issue · 1 comments

Running tests by lua.all leads to an error in attrib.lua.

lua: attrib.lua:78: cannot open file 'libs/P1/init.lua' (No such file or directory)
stack traceback:
	[C]: in function 'io.output'
	attrib.lua:78: in local 'createfiles'
	attrib.lua:183: in main chunk
	(...tail calls...)
	all.lua:161: in main chunk
	[C]: in ?
.>>> closing state <<<

Full log: https://travis-ci.org/swaldhoer/native-lua/builds/357995862

Creating the directory P1 in lua-5.3.4-tests\libs manually solves the problem.

When downloading the tests as tar.gz from lua.org the empty directory is already included.

Fixed with commit e9addae