lua-resty-busted
lua-resty-busted copied to clipboard
attempt to call method 'add_flag' (a nil value)
I'm trying to run the project but it's returning the error:
# DBG_NOREADLINE=true busted ./test/specs --coverage
...al/openresty/luajit/share/lua/5.1/busted/modules/cli.lua:111: attempt to call method 'add_flag' (a nil value)
Same. @henriquechehad are you still running into this?
#2 fixes the problem for me
@thibaultcha please, publish a new version of the rock, as the published one has the add_flag
problem, but not the master branch.
for anyone running into similar issues; here's a self contained solution; https://github.com/lunarmodules/busted/issues/414#issuecomment-792614808
This is probably much too late and there may exist better solutions today, but it is done, thanks all.