Skip to content

Commit

Permalink
fix(testing): set LUA_PATH in try script (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuebner authored May 15, 2023
1 parent 944395d commit 8b8ed2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion try
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
luarocks remove busted --force
luarocks make
busted $@
LUA_PATH="./?.lua;./?/init.lua;./src/?/?.lua;./src/?/init.lua;$LUA_PATH" busted $@

0 comments on commit 8b8ed2c

Please sign in to comment.