tests: ignore test files in test/vendor/bundle
This commit is contained in:
parent
d536070e0a
commit
0a7307de64
@ -46,6 +46,7 @@ module Homebrew
|
|||||||
|
|
||||||
files = Dir.glob("test/**/*_test.rb")
|
files = Dir.glob("test/**/*_test.rb")
|
||||||
.reject { |p| !OS.mac? && p.start_with?("test/os/mac/") }
|
.reject { |p| !OS.mac? && p.start_with?("test/os/mac/") }
|
||||||
|
.reject { |p| p.start_with?("test/vendor/bundle/") }
|
||||||
|
|
||||||
opts = []
|
opts = []
|
||||||
opts << "--serialize-stdout" if ENV["CI"]
|
opts << "--serialize-stdout" if ENV["CI"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user