Skip to content

Commit 80a08e0

Browse files
committed
Actually print out elasticsearch logs
1 parent e175b6b commit 80a08e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/spec_helper_acceptance.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,9 @@ class { "java" :
263263
c.after :suite do |suite|
264264
unless suite.reporter.failed_examples.empty?
265265
hosts.each do |host|
266-
on host, 'find /var/log/elasticsearch | xargs cat || true'
266+
on host, 'find /var/log/elasticsearch | xargs cat || true' do |result|
267+
puts result.formatted_output
268+
end
267269
end
268270
end
269271
end

0 commit comments

Comments
 (0)