lunarmodules / busted

Elegant Lua unit testing.
https://lunarmodules.github.io/busted/
MIT License
1.38k stars 184 forks source link

fix(testing): set LUA_PATH in try script #720

Closed hanshuebner closed 1 year ago

hanshuebner commented 1 year ago

This change makes the try script work in environments that don't already have LUA_PATH set up the way busted needs. The try script should eventually be replaced by a Makefile that also verifies external dependencies, but this will help for now.

Tieske commented 1 year ago

Thx! We'd indeed be better off implementing a proper Makefile