aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/sandbox.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/sandbox.rb')
-rw-r--r--Library/Homebrew/sandbox.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/sandbox.rb b/Library/Homebrew/sandbox.rb
index 435db739e..9054372bf 100644
--- a/Library/Homebrew/sandbox.rb
+++ b/Library/Homebrew/sandbox.rb
@@ -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