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

* test/coverage/test_coverage.rb: ignored test when enabled to coverage.

It lead to crash with `make test-all`.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2016-01-04 01:14:45 +00:00
parent c48abea0c3
commit acc472dd24
2 changed files with 6 additions and 1 deletions

View file

@ -111,4 +111,4 @@ class TestCoverage < Test::Unit::TestCase
ensure
$".replace loaded_features
end
end
end unless ENV['COVERAGE']