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
Looks like a nice lightweight tool.
But there is always a but :-)
The script I want to test has this line: set -u to protect me against uninitialized variables.
Unfortunately DISCOVERONLY seems to be one such and it cause assert to crash.
The text was updated successfully, but these errors were encountered:
Thank you for the bug report! Fixed in 3e1a8b2.
Sorry, something went wrong.
No branches or pull requests
Looks like a nice lightweight tool.
But there is always a but :-)
The script I want to test has this line:
set -u
to protect me against uninitialized variables.
Unfortunately DISCOVERONLY seems to be one such and it cause assert to crash.
The text was updated successfully, but these errors were encountered: