1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

tool/run-lcov.rb: Filter tmp files out

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mame 2017-09-26 04:51:09 +00:00
parent 66c9d4f55e
commit d297bb1496

View file

@ -35,6 +35,7 @@ end
def run_lcov_remove(info_src, info_out) def run_lcov_remove(info_src, info_out)
dirs = %w(/tmp/* /usr/*) dirs = %w(/tmp/* /usr/*)
%w( %w(
tmp/*
test/* test/*
ext/-test-/* ext/-test-/*
ext/nkf/nkf-utf8/nkf.c ext/nkf/nkf-utf8/nkf.c