tests.sh: add logging to test github actions

This commit is contained in:
Starbeamrainbowlabs 2022-05-25 02:07:16 +01:00
parent 50b1df57c4
commit b94c38bb99
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ luarocks_root="${PWD}/.luarocks";
# Setup the lua module 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}";
LUA_PATH="$(luarocks --tree "${luarocks_root}" path --lr-path);init.lua;./?.lua;${LUA_PATH}";