We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Noted while packaging for Arch Linux (which has packages for 4 Lua versions):
# works $ busted # fails $ busted --lua lua
Specifying any Lua interpreter (even if it happens to be the default) causes one failure:
[ FAILED ] spec/app_spec.lua @ 7: pl.app.lua should pick up the arguments used to run this test
The text was updated successfully, but these errors were encountered:
I guess that's because both Busted and Penlight try and fiddle with the global args
Sorry, something went wrong.
No branches or pull requests
Noted while packaging for Arch Linux (which has packages for 4 Lua versions):
Specifying any Lua interpreter (even if it happens to be the default) causes one failure:
The text was updated successfully, but these errors were encountered: