diff options
| author | Mike McQuaid | 2013-06-26 19:21:32 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-06-26 19:21:32 +0100 |
| commit | 852e076b247f3d065ff966c85e5817b40d068504 (patch) | |
| tree | e05ee20009908ef3b40428437ab3f94f13047d31 /Library | |
| parent | 0367072c9893fff803cc00817cd1a42df33f9a8e (diff) | |
| download | homebrew-852e076b247f3d065ff966c85e5817b40d068504.tar.bz2 | |
brew-test-bot: force fetching formulae.
References #20807.
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index 80abe2404..a1b01d595 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -250,7 +250,7 @@ class Test test "brew audit #{formula}" test "brew fetch #{dependencies}" unless dependencies.empty? - test "brew fetch --build-bottle #{formula}" + test "brew fetch --force --build-bottle #{formula}" test "brew uninstall #{formula}" if formula_object.installed? test "brew install --verbose #{dependencies}" unless dependencies.empty? test "brew install --verbose --build-bottle #{formula}" |
