aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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