test-bot: skip update-test on non-Mac.
This commit is contained in:
parent
c3739dc441
commit
696f497e32
@ -668,10 +668,13 @@ module Homebrew
|
|||||||
test "brew", "tests", "--generic", *tests_args
|
test "brew", "tests", "--generic", *tests_args
|
||||||
test "brew", "tests", "--no-compat", *tests_args_coverage
|
test "brew", "tests", "--no-compat", *tests_args_coverage
|
||||||
test "brew", "readall", "--syntax"
|
test "brew", "readall", "--syntax"
|
||||||
# test update from origin/master to current commit.
|
# TODO: try to fix this on Linux at some stage.
|
||||||
test "brew", "update-test"
|
if OS.mac?
|
||||||
# test no-op update from current commit (to current commit, a no-op).
|
# test update from origin/master to current commit.
|
||||||
test "brew", "update-test", "--commit=HEAD"
|
test "brew", "update-test"
|
||||||
|
# test no-op update from current commit (to current commit, a no-op).
|
||||||
|
test "brew", "update-test", "--commit=HEAD"
|
||||||
|
end
|
||||||
else
|
else
|
||||||
test "brew", "readall", "--aliases", @tap.name
|
test "brew", "readall", "--aliases", @tap.name
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user