We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c347d commit 4ea1456Copy full SHA for 4ea1456
task_spec/spec/acceptance/init_spec.rb
@@ -34,8 +34,9 @@ def target_platform
34
35
def log_output_errors(result)
36
return if result['status'] == 'success'
37
- out = result.dig('value', '_output') || 'Unknown result output'
38
- puts logger.info(out)
+ #out = result.dig('value', '_output') || 'Unknown result output'
+ puts logger.info(result)
39
+ #puts logger.info(out)
40
end
41
42
# This method contains a list of platforms that are only available in nightly builds of puppet-agent. Once a regular
0 commit comments