summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-26 04:51:09 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-26 04:51:09 +0000
commitd297bb14966c619c49a740af2b368040dc900164 (patch)
tree82fa5214776bc154f0aa183566a773e9fdb63cd6 /tool
parent66c9d4f55e78765a3dcfbb8d56c1f36fd036c36f (diff)
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
Diffstat (limited to 'tool')
-rw-r--r--tool/run-lcov.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/run-lcov.rb b/tool/run-lcov.rb
index d541ac56ce..16aa688c05 100644
--- a/tool/run-lcov.rb
+++ b/tool/run-lcov.rb
@@ -35,6 +35,7 @@ end
def run_lcov_remove(info_src, info_out)
dirs = %w(/tmp/* /usr/*)
%w(
+ tmp/*
test/*
ext/-test-/*
ext/nkf/nkf-utf8/nkf.c