diff --git a/tool/run-gcov.rb b/tool/run-gcov.rb index cbeb900d3fdca6..5df7622aa371d4 100644 --- a/tool/run-gcov.rb +++ b/tool/run-gcov.rb @@ -6,6 +6,8 @@ if gcda.fnmatch("ext/*") cwd, gcda = gcda.split.map {|s| s.to_s } objdir = "." + elsif gcda.fnmatch("rubyspec_temp/*") + next else cwd, objdir, gcda = ".", gcda.dirname.to_s, gcda.to_s end