Skip to content
Snippets Groups Projects
Commit 0cc25961 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

brew-test-bot: keep running after a single error.

parent b4e8e85d
No related branches found
No related tags found
No related merge requests found
......@@ -598,7 +598,8 @@ module Homebrew
else
ARGV.named.each do |argument|
test = Test.new(argument, tap)
any_errors ||= !test.run
test_error = !test.run
any_errors ||= test_error
tests << test
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment