diff options
| author | Mike McQuaid | 2012-11-25 13:07:29 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2012-11-25 21:03:57 +0000 |
| commit | 1529fcefb760413237b2ed37e08b950ccdff9b85 (patch) | |
| tree | 7b780ca87994bade655c293e605d1296a84bcdea | |
| parent | 0d19e2be9e0c71c2bafe6994ae6d11c9510616aa (diff) | |
| download | brew-1529fcefb760413237b2ed37e08b950ccdff9b85.tar.bz2 | |
brew-test-bot: fetch before install.
| -rwxr-xr-x | Library/Contributions/cmds/brew-test-bot.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Contributions/cmds/brew-test-bot.rb b/Library/Contributions/cmds/brew-test-bot.rb index 6d044970f..15e9049b3 100755 --- a/Library/Contributions/cmds/brew-test-bot.rb +++ b/Library/Contributions/cmds/brew-test-bot.rb @@ -230,6 +230,7 @@ class Test @category = __method__.to_s + ".#{formula}" test "brew audit #{formula}" + test "brew fetch --deps #{formula}" test "brew install --verbose --build-bottle #{formula}" return unless steps.last.status == :passed test "brew bottle #{formula}", true |
