You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
luarocks test/busted uses the source directories (defined in lpath of the .busted file) to run tests, not the luarocks package as defined in the rockspec.
It would be nice to have a way to run some tests against the installed package, to validate that the package works as expected.
For this purpose, a simple validate-install-cmd input may suffice.
It could be something like:
luarocks test
/busted
uses the source directories (defined inlpath
of the.busted
file) to run tests, not the luarocks package as defined in the rockspec.It would be nice to have a way to run some tests against the installed package, to validate that the package works as expected.
For this purpose, a simple
validate-install-cmd
input may suffice.It could be something like:
The text was updated successfully, but these errors were encountered: