You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to run new introspection tests as described. lunatest is not loadable. Do I need to put it in $LUA_PATH or is bootstrap.py suposed to do it?
Regards
Here is the stack
$ ./bin/luajit runner.lua
./bin/luajit: runner.lua:30: module 'lunatest' not found:
no field package.preload['lunatest']
no file '/usr/local/share/lua/5.1/lunatest.lua'
no file '/usr/local/share/lua/5.1/lunatest/init.lua'
no file '/home/kkin-foo/.luarocks/share/lua/5.1/lunatest.lua'
no file '/home/kkin-foo/.luarocks/share/lua/5.1/lunatest/init.lua'
no file './lunatest.lua'
no file './lunatest/init.lua'
no file '/usr/local/share/lua/5.1/lunatest.lua'
no file '/usr/local/share/lua/5.1/lunatest/init.lua'
no file '/usr/local/lib/lua/5.1/lunatest.lua'
no file '/usr/local/lib/lua/5.1/lunatest/init.lua'
no file '/usr/share/lua/5.1/lunatest.lua'
no file '/usr/share/lua/5.1/lunatest/init.lua'
no file '/d/koneki.ldt/libraries/doctemplates/lunatest.lua'
no file '/d/koneki.ldt/libraries/luadocumentor/lunatest.lua'
no file '/d/koneki.ldt/libraries/markdown/lunatest.lua'
no file '/d/koneki.ldt/libraries/metalua/lunatest.lua'
no file '/d/koneki.ldt/libraries/modelsbuilder/src/lunatest.lua'
no file '/d/penlight/lua/lunatest.lua'
no file '/d/koneki.ldt/libraries/templateengine/lunatest.lua'
no file '/d/koneki.ldt/libraries/luadbgpclient/lunatest.lua'
no file '/d/luasimplexmlparser/lunatest.lua'
no file '/d/serpent/src/lunatest.lua'
no file '/usr/local/lib/lua/5.1/lunatest.so'
no file '/home/kkin-foo/.luarocks/lib/lua/5.1/lunatest.so'
no file './lunatest.so'
no file '/usr/local/lib/lua/5.1/lunatest.so'
no file '/tmp/org.eclipse.koneki.ldt/libraries/luadbgpclient/tests/test-environments/luajit2/lib/lua/5.1/lunatest.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
[C]: infunction'require'
runner.lua:30: in main chunk
[C]: at 0x00404a10
The text was updated successfully, but these errors were encountered:
Hi,
While trying to run new introspection tests as described.
lunatest
is not loadable. Do I need to put it in$LUA_PATH
or isbootstrap.py
suposed to do it?Regards
Here is the stack
The text was updated successfully, but these errors were encountered: