diff options
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index 58e4f5e6c..9ce324fa7 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -198,8 +198,8 @@ class Test test "brew install --verbose --build-bottle #{formula}" return unless steps.last.status == :passed test "brew bottle #{formula}", true - bottle_version = bottle_new_version(formula_object) - bottle_filename = bottle_filename(formula_object, bottle_version) + bottle_revision = bottle_new_revision(formula_object) + bottle_filename = bottle_filename(formula_object, bottle_revision) test "brew uninstall #{formula}" test "brew install #{bottle_filename}" test "brew test #{formula}" if formula_object.test_defined? |
