aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXu Cheng2015-08-29 18:59:08 +0800
committerXu Cheng2015-08-29 19:36:10 +0800
commit77536e39de0368a0ba3ca2b46f0417abdf75aadf (patch)
treeb61793a7dfd45e04fa820e261408f3edf0fe3039
parentc9c56bc6e9e3338746b5591dbd92a42c17d0d410 (diff)
downloadbrew-77536e39de0368a0ba3ca2b46f0417abdf75aadf.tar.bz2
sandbox: fix log problem for brew test-bot
-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