Skip to content
Snippets Groups Projects
Commit 1f956a6b authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #1533 from jawshooah/fix-tests

tests: ignore test files in test/vendor/bundle
parents d536070e 0a7307de
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ module Homebrew
files = Dir.glob("test/**/*_test.rb")
.reject { |p| !OS.mac? && p.start_with?("test/os/mac/") }
.reject { |p| p.start_with?("test/vendor/bundle/") }
opts = []
opts << "--serialize-stdout" if ENV["CI"]
......
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