sandbox: fix log problem for brew test-bot

This commit is contained in:
Xu Cheng 2015-08-29 18:59:08 +08:00
parent c9c56bc6e9
commit 77536e39de

View File

@ -118,6 +118,7 @@ class Sandbox
if @failed && ARGV.verbose?
ohai "Sandbox log"
puts logs
$stdout.flush # without it, brew test-bot would fail to catch the log
end
end
end