diff options
| author | Mike McQuaid | 2013-06-15 10:42:39 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-06-15 10:44:29 +0100 |
| commit | 53c6582612b64aa02a2fc455e29879bd43a1f93c (patch) | |
| tree | fcd5a2861dc148857e4b85074d20c0479c8bf32a /Library | |
| parent | 55a122ea0cba6df60e333842e47573c436dd2e2e (diff) | |
| download | homebrew-53c6582612b64aa02a2fc455e29879bd43a1f93c.tar.bz2 | |
brew-test-bot: run Homebrew tests every time.
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index f3a28d7f2..7d9538bce 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -99,7 +99,7 @@ class Step end class Test - attr_reader :log_root, :category, :name, :core_changed, :formulae, :steps + attr_reader :log_root, :category, :name, :formulae, :steps def initialize argument @hash = nil @@ -121,7 +121,6 @@ class Test @category = __method__ @steps = [] - @core_changed = false @brewbot_root = Pathname.pwd + "brewbot" FileUtils.mkdir_p @brewbot_root end @@ -207,10 +206,6 @@ class Test @formulae << File.basename(filename, '.rb') end end - if filename.include? '/Homebrew/' or filename.include? '/ENV/' \ - or filename.include? 'bin/brew' - @core_changed = true - end end end @@ -329,10 +324,10 @@ class Test cleanup_before download setup unless ARGV.include? "--skip-setup" + homebrew formulae.each do |f| formula(f) end - homebrew if core_changed cleanup_after check_results end |
