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
In the file puppet_catalog_diff_spec.rb, on line 43 shouldn't exit_code and result be reversed, according to the documentation for capture2e where result comes first and exit_code second, such as the given example stdout_and_stderr_str, status = Open3.capture2e([env,] cmd... [, opts])?
The text was updated successfully, but these errors were encountered:
In the file
puppet_catalog_diff_spec.rb
, on line 43 shouldn'texit_code
andresult
be reversed, according to the documentation for capture2e where result comes first and exit_code second, such as the given examplestdout_and_stderr_str, status = Open3.capture2e([env,] cmd... [, opts])
?The text was updated successfully, but these errors were encountered: