ruby-changes:47909
From: mame <ko1@a...>
Date: Tue, 26 Sep 2017 13:51:13 +0900 (JST)
Subject: [ruby-changes:47909] mame:r60028 (trunk): tool/run-lcov.rb: Filter tmp files out
mame 2017-09-26 13:51:09 +0900 (Tue, 26 Sep 2017) New Revision: 60028 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60028 Log: tool/run-lcov.rb: Filter tmp files out Modified files: trunk/tool/run-lcov.rb Index: tool/run-lcov.rb =================================================================== --- tool/run-lcov.rb (revision 60027) +++ tool/run-lcov.rb (revision 60028) @@ -35,6 +35,7 @@ end https://github.com/ruby/ruby/blob/trunk/tool/run-lcov.rb#L35 def run_lcov_remove(info_src, info_out) dirs = %w(/tmp/* /usr/*) %w( + tmp/* test/* ext/-test-/* ext/nkf/nkf-utf8/nkf.c -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/