Skip to content

Commit 4ea1456

Browse files
committed
WIP
1 parent 94c347d commit 4ea1456

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

task_spec/spec/acceptance/init_spec.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ def target_platform
3434

3535
def log_output_errors(result)
3636
return if result['status'] == 'success'
37-
out = result.dig('value', '_output') || 'Unknown result output'
38-
puts logger.info(out)
37+
#out = result.dig('value', '_output') || 'Unknown result output'
38+
puts logger.info(result)
39+
#puts logger.info(out)
3940
end
4041

4142
# This method contains a list of platforms that are only available in nightly builds of puppet-agent. Once a regular

0 commit comments

Comments
 (0)