mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
tests.sh: add logging to test github actions
This commit is contained in:
parent
50b1df57c4
commit
b94c38bb99
1 changed files with 3 additions and 0 deletions
3
tests.sh
3
tests.sh
|
@ -32,6 +32,9 @@ luarocks_root="${PWD}/.luarocks";
|
||||||
|
|
||||||
# Setup the lua module path
|
# Setup the lua module path
|
||||||
# eval "$(luarocks --tree "${luarocks_root}" path)";
|
# eval "$(luarocks --tree "${luarocks_root}" path)";
|
||||||
|
echo "PATH | ${PATH}";
|
||||||
|
echo "LUA_PATH | ${LUA_PATH}";
|
||||||
|
echo "LUA_CPATH | ${LUA_CPATH}";
|
||||||
|
|
||||||
PATH="$(luarocks --tree "${luarocks_root}" path --lr-bin):${PATH}";
|
PATH="$(luarocks --tree "${luarocks_root}" path --lr-bin):${PATH}";
|
||||||
LUA_PATH="$(luarocks --tree "${luarocks_root}" path --lr-path);init.lua;./?.lua;${LUA_PATH}";
|
LUA_PATH="$(luarocks --tree "${luarocks_root}" path --lr-path);init.lua;./?.lua;${LUA_PATH}";
|
||||||
|
|
Loading…
Reference in a new issue