update_test: run update verbosely.

This commit is contained in:
Mike McQuaid 2015-09-14 08:00:50 +01:00
parent 8a30f315d9
commit deca462d9e

View File

@ -22,7 +22,7 @@ module Homebrew
# run brew update
ohai "Running brew update..."
safe_system "brew", "update"
safe_system "brew", "update", "--verbose"
end
end
end