Skip to content
New issue

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

Error output not informative #1016

Closed
chris-rock opened this issue Sep 4, 2016 · 1 comment · Fixed by #1017
Closed

Error output not informative #1016

chris-rock opened this issue Sep 4, 2016 · 1 comment · Fixed by #1017
Labels
Type: Bug Feature not working as expected
Milestone

Comments

@chris-rock
Copy link
Contributor

Description

Before 9468007 the errors have been displayed in the following format:

screen shot 2016-09-04 at 6 37 22 pm

After the PR #946 the same test does not display the full result set:

screen shot 2016-09-04 at 6 37 47 pm

cc @vjeffrey

InSpec and Platform Version

This bug has been introduced with InSpec 0.32.0

Replication Case

describe command("echo 'hellp'") do
  its('stdout') { should eq "hello" }
end
@chris-rock chris-rock added the Type: Bug Feature not working as expected label Sep 4, 2016
@chris-rock chris-rock added this to the 0.34.0 milestone Sep 4, 2016
@chris-rock chris-rock modified the milestones: 0.33.0, 0.34.0 Sep 5, 2016
@vjeffrey
Copy link

vjeffrey commented Sep 6, 2016

sorry, and thank you for fixing it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Feature not working as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants