Skip to content
Snippets Groups Projects
Commit 0a7307de authored by Josh Hagins's avatar Josh Hagins
Browse files

tests: ignore test files in test/vendor/bundle

parent d536070e
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