diff options
| author | Xu Cheng | 2015-08-29 18:59:08 +0800 |
|---|---|---|
| committer | Xu Cheng | 2015-08-29 19:36:10 +0800 |
| commit | 77536e39de0368a0ba3ca2b46f0417abdf75aadf (patch) | |
| tree | b61793a7dfd45e04fa820e261408f3edf0fe3039 | |
| parent | c9c56bc6e9e3338746b5591dbd92a42c17d0d410 (diff) | |
| download | brew-77536e39de0368a0ba3ca2b46f0417abdf75aadf.tar.bz2 | |
sandbox: fix log problem for brew test-bot
| -rw-r--r-- | Library/Homebrew/sandbox.rb | 1 |
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 |
