aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-10-20 12:28:09 +0100
committerMike McQuaid2015-10-20 12:29:28 +0100
commit09516e1613487084ec3e9a930833b4e9a4e49ef6 (patch)
tree5daeedd8531bddce65c1aa334b8bc36944d75b78 /Library
parent8207c48a2333fcb485c348bd8649a5d08da9780c (diff)
downloadbrew-09516e1613487084ec3e9a930833b4e9a4e49ef6.tar.bz2
test-bot: fix testing builds building everything.
We don't care about the formulae that have changed since the last commit so just ignore it.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/test-bot.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb
index 9859ea6e4..b0c40bbea 100644
--- a/Library/Homebrew/cmd/test-bot.rb
+++ b/Library/Homebrew/cmd/test-bot.rb
@@ -336,6 +336,7 @@ module Homebrew
# Handle formulae arguments being passed on the command-line e.g. `brew test-bot wget fish`.
elsif @formulae && @formulae.any?
@name = "#{@formulae.first}-#{diff_end_sha1}"
+ diff_start_sha1 = diff_end_sha1
# Handle a hash being passed on the command-line e.g. `brew test-bot 1a2b3c`.
elsif @hash
test "git", "checkout", @hash