aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd
diff options
context:
space:
mode:
authorMike McQuaid2016-07-16 07:05:51 +0100
committerGitHub2016-07-16 07:05:51 +0100
commit90e84453f9adda65de6b9274987d06e46caa5d37 (patch)
treeab54405f694f7783ddce59eaafb00bd130b5d73d /Library/Homebrew/dev-cmd
parent4abdeb7b5eb06acb633a9ac12d7c681d736a5286 (diff)
downloadbrew-90e84453f9adda65de6b9274987d06e46caa5d37.tar.bz2
test-bot: re-add update-test. (#521)
Diffstat (limited to 'Library/Homebrew/dev-cmd')
-rw-r--r--Library/Homebrew/dev-cmd/test-bot.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/dev-cmd/test-bot.rb b/Library/Homebrew/dev-cmd/test-bot.rb
index 2c9a77bcf..d2c5b317b 100644
--- a/Library/Homebrew/dev-cmd/test-bot.rb
+++ b/Library/Homebrew/dev-cmd/test-bot.rb
@@ -668,6 +668,10 @@ module Homebrew
*tests_args
test "brew", "tests", "--no-compat"
test "brew", "readall", "--syntax"
+ # test update from origin/master to current commit.
+ test "brew", "update-test"
+ # test no-op update from current commit (to current commit, a no-op).
+ test "brew", "update-test", "--commit=HEAD"
else
test "brew", "readall", "--aliases", @tap.name
end