From 77536e39de0368a0ba3ca2b46f0417abdf75aadf Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Sat, 29 Aug 2015 18:59:08 +0800 Subject: [PATCH] sandbox: fix log problem for brew test-bot --- Library/Homebrew/sandbox.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/sandbox.rb b/Library/Homebrew/sandbox.rb index 435db739ee..9054372bf2 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