test/rake: avoid leaking threads

* test/rake/test_rake_task.rb (teardown): clean up thread pool to
  avoid leaking threads.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-05-28 06:22:09 +00:00
Родитель 15da4792de
Коммит ca2c5ded93
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -13,6 +13,7 @@ class TestRakeTask < Rake::TestCase
def teardown
Rake::TaskManager.record_task_metadata = false
Rake.application.thread_pool.join
super
end