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
Before 9468007 the errors have been displayed in the following format:
After the PR #946 the same test does not display the full result set:
cc @vjeffrey
This bug has been introduced with InSpec 0.32.0
describe command("echo 'hellp'") do its('stdout') { should eq "hello" } end
The text was updated successfully, but these errors were encountered:
sorry, and thank you for fixing it!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
Before 9468007 the errors have been displayed in the following format:
After the PR #946 the same test does not display the full result set:
cc @vjeffrey
InSpec and Platform Version
This bug has been introduced with InSpec 0.32.0
Replication Case
The text was updated successfully, but these errors were encountered: